[Bluetooth] Add platform device for virtual and serial devices
[pandora-kernel.git] / drivers / bluetooth / hci_vhci.c
index ea58900..aac67a3 100644 (file)
@@ -277,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;