]> err.no Git - linux-2.6/blobdiff - drivers/bluetooth/hci_vhci.c
Pull esi-support into release branch
[linux-2.6] / drivers / bluetooth / hci_vhci.c
index 85738223ff0c47648c50b5985652baa0e1387e87..aac67a3a6019958a5ad77347aa0dcc11c6609c99 100644 (file)
@@ -23,7 +23,6 @@
  *
  */
 
-#include <linux/config.h>
 #include <linux/module.h>
 
 #include <linux/kernel.h>
@@ -278,7 +277,6 @@ static int vhci_open(struct inode *inode, struct file *file)
 
        hdev->type = HCI_VHCI;
        hdev->driver_data = vhci;
-       SET_HCIDEV_DEV(hdev, vhci_miscdev.dev);
 
        hdev->open     = vhci_open_dev;
        hdev->close    = vhci_close_dev;