diff options
Diffstat (limited to 'drivers/bluetooth')
-rw-r--r-- | drivers/bluetooth/btmrvl_main.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/bluetooth/btmrvl_main.c b/drivers/bluetooth/btmrvl_main.c index 6c3defa50845..995cf43f4bd2 100644 --- a/drivers/bluetooth/btmrvl_main.c +++ b/drivers/bluetooth/btmrvl_main.c | |||
@@ -387,10 +387,6 @@ static int btmrvl_ioctl(struct hci_dev *hdev, | |||
387 | return -ENOIOCTLCMD; | 387 | return -ENOIOCTLCMD; |
388 | } | 388 | } |
389 | 389 | ||
390 | static void btmrvl_destruct(struct hci_dev *hdev) | ||
391 | { | ||
392 | } | ||
393 | |||
394 | static int btmrvl_send_frame(struct sk_buff *skb) | 390 | static int btmrvl_send_frame(struct sk_buff *skb) |
395 | { | 391 | { |
396 | struct hci_dev *hdev = (struct hci_dev *) skb->dev; | 392 | struct hci_dev *hdev = (struct hci_dev *) skb->dev; |
@@ -553,7 +549,6 @@ int btmrvl_register_hdev(struct btmrvl_private *priv) | |||
553 | hdev->close = btmrvl_close; | 549 | hdev->close = btmrvl_close; |
554 | hdev->flush = btmrvl_flush; | 550 | hdev->flush = btmrvl_flush; |
555 | hdev->send = btmrvl_send_frame; | 551 | hdev->send = btmrvl_send_frame; |
556 | hdev->destruct = btmrvl_destruct; | ||
557 | hdev->ioctl = btmrvl_ioctl; | 552 | hdev->ioctl = btmrvl_ioctl; |
558 | hdev->owner = THIS_MODULE; | 553 | hdev->owner = THIS_MODULE; |
559 | 554 | ||