aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/bluetooth/dtl1_cs.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/bluetooth/dtl1_cs.c b/drivers/bluetooth/dtl1_cs.c
index b2db5e9bd1fd..aae40caaa188 100644
--- a/drivers/bluetooth/dtl1_cs.c
+++ b/drivers/bluetooth/dtl1_cs.c
@@ -439,11 +439,6 @@ static int dtl1_hci_send_frame(struct sk_buff *skb)
439} 439}
440 440
441 441
442static void dtl1_hci_destruct(struct hci_dev *hdev)
443{
444}
445
446
447static int dtl1_hci_ioctl(struct hci_dev *hdev, unsigned int cmd, unsigned long arg) 442static int dtl1_hci_ioctl(struct hci_dev *hdev, unsigned int cmd, unsigned long arg)
448{ 443{
449 return -ENOIOCTLCMD; 444 return -ENOIOCTLCMD;
@@ -487,7 +482,6 @@ static int dtl1_open(dtl1_info_t *info)
487 hdev->close = dtl1_hci_close; 482 hdev->close = dtl1_hci_close;
488 hdev->flush = dtl1_hci_flush; 483 hdev->flush = dtl1_hci_flush;
489 hdev->send = dtl1_hci_send_frame; 484 hdev->send = dtl1_hci_send_frame;
490 hdev->destruct = dtl1_hci_destruct;
491 hdev->ioctl = dtl1_hci_ioctl; 485 hdev->ioctl = dtl1_hci_ioctl;
492 486
493 hdev->owner = THIS_MODULE; 487 hdev->owner = THIS_MODULE;