diff options
| author | David Herrmann <dh.herrmann@googlemail.com> | 2012-01-07 09:47:13 -0500 |
|---|---|---|
| committer | Johan Hedberg <johan.hedberg@intel.com> | 2012-02-13 10:01:23 -0500 |
| commit | aed014a02e809bd228a8ce7e7cc432ded9b72ef6 (patch) | |
| tree | d98f0a2c5e90a26a179c498f49cfaca16f55fed2 /drivers/bluetooth | |
| parent | 6147032f9481475b21123d2f4a176bff24385f79 (diff) | |
Bluetooth: dtl1-cs: Remove empty destruct cb
The destruct cb is optional so we can safely remove our dummy cb.
Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
Acked-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
Diffstat (limited to 'drivers/bluetooth')
| -rw-r--r-- | drivers/bluetooth/dtl1_cs.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/bluetooth/dtl1_cs.c b/drivers/bluetooth/dtl1_cs.c index b2db5e9bd1f..aae40caaa18 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 | ||
| 442 | static void dtl1_hci_destruct(struct hci_dev *hdev) | ||
| 443 | { | ||
| 444 | } | ||
| 445 | |||
| 446 | |||
| 447 | static int dtl1_hci_ioctl(struct hci_dev *hdev, unsigned int cmd, unsigned long arg) | 442 | static 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; |
