]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/bluetooth/dtl1_cs.c
IB/uverbs: Fix lockdep warning when QP is created with 2 CQs
[linux-2.6-omap-h63xx.git] / drivers / bluetooth / dtl1_cs.c
index ed8dca84ff690a9a9918fdf1f19ef6788ab3a441..0e99def8a1e3886f9abab5591343600515943efb 100644 (file)
@@ -20,7 +20,6 @@
  *
  */
 
-#include <linux/config.h>
 #include <linux/module.h>
 
 #include <linux/kernel.h>
@@ -485,6 +484,7 @@ static int dtl1_open(dtl1_info_t *info)
 
        hdev->type = HCI_PCCARD;
        hdev->driver_data = info;
+       SET_HCIDEV_DEV(hdev, &info->p_dev->dev);
 
        hdev->open     = dtl1_hci_open;
        hdev->close    = dtl1_hci_close;