diff options
Diffstat (limited to 'drivers/bluetooth/bt3c_cs.c')
-rw-r--r-- | drivers/bluetooth/bt3c_cs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/bluetooth/bt3c_cs.c b/drivers/bluetooth/bt3c_cs.c index b94ac2f9f7ba..df7bb016df49 100644 --- a/drivers/bluetooth/bt3c_cs.c +++ b/drivers/bluetooth/bt3c_cs.c | |||
@@ -21,7 +21,6 @@ | |||
21 | * | 21 | * |
22 | */ | 22 | */ |
23 | 23 | ||
24 | #include <linux/config.h> | ||
25 | #include <linux/module.h> | 24 | #include <linux/module.h> |
26 | 25 | ||
27 | #include <linux/kernel.h> | 26 | #include <linux/kernel.h> |
@@ -583,6 +582,7 @@ static int bt3c_open(bt3c_info_t *info) | |||
583 | 582 | ||
584 | hdev->type = HCI_PCCARD; | 583 | hdev->type = HCI_PCCARD; |
585 | hdev->driver_data = info; | 584 | hdev->driver_data = info; |
585 | SET_HCIDEV_DEV(hdev, &info->p_dev->dev); | ||
586 | 586 | ||
587 | hdev->open = bt3c_hci_open; | 587 | hdev->open = bt3c_hci_open; |
588 | hdev->close = bt3c_hci_close; | 588 | hdev->close = bt3c_hci_close; |