]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/bluetooth/hci_usb.h
siimage: coding style cleanup (take 2)
[linux-2.6-omap-h63xx.git] / drivers / bluetooth / hci_usb.h
index 56cd3a92ceca8c94228ca1ae06579088632a45bb..414080a4e8ff6c157c820cf0adf840ba39c50930 100644 (file)
@@ -60,11 +60,6 @@ struct _urb {
        struct urb        urb;
 };
 
-static inline void _urb_free(struct _urb *_urb)
-{
-       kfree(_urb);
-}
-
 static inline void _urb_queue_init(struct _urb_queue *q)
 {
        INIT_LIST_HEAD(&q->head);