diff options
Diffstat (limited to 'drivers/bluetooth/btusb.c')
-rw-r--r-- | drivers/bluetooth/btusb.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/bluetooth/btusb.c b/drivers/bluetooth/btusb.c index 7e0ebd4a1a74..866811428e20 100644 --- a/drivers/bluetooth/btusb.c +++ b/drivers/bluetooth/btusb.c | |||
@@ -433,7 +433,7 @@ static void btusb_isoc_complete(struct urb *urb) | |||
433 | } | 433 | } |
434 | } | 434 | } |
435 | 435 | ||
436 | static void inline __fill_isoc_descriptor(struct urb *urb, int len, int mtu) | 436 | static inline void __fill_isoc_descriptor(struct urb *urb, int len, int mtu) |
437 | { | 437 | { |
438 | int i, offset = 0; | 438 | int i, offset = 0; |
439 | 439 | ||
@@ -780,7 +780,7 @@ static void btusb_notify(struct hci_dev *hdev, unsigned int evt) | |||
780 | } | 780 | } |
781 | } | 781 | } |
782 | 782 | ||
783 | static int inline __set_isoc_interface(struct hci_dev *hdev, int altsetting) | 783 | static inline int __set_isoc_interface(struct hci_dev *hdev, int altsetting) |
784 | { | 784 | { |
785 | struct btusb_data *data = hdev->driver_data; | 785 | struct btusb_data *data = hdev->driver_data; |
786 | struct usb_interface *intf = data->isoc; | 786 | struct usb_interface *intf = data->isoc; |