From d129f188abf14bbc13816667e4c0d465aac2c934 Mon Sep 17 00:00:00 2001 From: Pavel Machek Date: Sat, 19 Apr 2008 18:17:26 -0700 Subject: hci_usb: remove code obfuscation _urb_free is an alias for kfree... making code longer & harder to read. Remove it. Signed-off-by: Pavel Machek Signed-off-by: Andrew Morton Signed-off-by: David S. Miller --- drivers/bluetooth/hci_usb.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'drivers/bluetooth/hci_usb.h') diff --git a/drivers/bluetooth/hci_usb.h b/drivers/bluetooth/hci_usb.h index 56cd3a92ceca..414080a4e8ff 100644 --- a/drivers/bluetooth/hci_usb.h +++ b/drivers/bluetooth/hci_usb.h @@ -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); -- cgit v1.2.1