diff options
Diffstat (limited to 'drivers/bluetooth/bluecard_cs.c')
-rw-r--r-- | drivers/bluetooth/bluecard_cs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/bluetooth/bluecard_cs.c b/drivers/bluetooth/bluecard_cs.c index 473a13b22b29..8eebf9ca3786 100644 --- a/drivers/bluetooth/bluecard_cs.c +++ b/drivers/bluetooth/bluecard_cs.c | |||
@@ -20,7 +20,6 @@ | |||
20 | * | 20 | * |
21 | */ | 21 | */ |
22 | 22 | ||
23 | #include <linux/config.h> | ||
24 | #include <linux/module.h> | 23 | #include <linux/module.h> |
25 | 24 | ||
26 | #include <linux/kernel.h> | 25 | #include <linux/kernel.h> |
@@ -740,6 +739,7 @@ static int bluecard_open(bluecard_info_t *info) | |||
740 | 739 | ||
741 | hdev->type = HCI_PCCARD; | 740 | hdev->type = HCI_PCCARD; |
742 | hdev->driver_data = info; | 741 | hdev->driver_data = info; |
742 | SET_HCIDEV_DEV(hdev, &info->p_dev->dev); | ||
743 | 743 | ||
744 | hdev->open = bluecard_hci_open; | 744 | hdev->open = bluecard_hci_open; |
745 | hdev->close = bluecard_hci_close; | 745 | hdev->close = bluecard_hci_close; |