Bluetooth: Fix miscdev ops owner for virtual driver
[pandora-kernel.git] / drivers / bluetooth / hci_vhci.c
index c1d389f..7595274 100644 (file)
@@ -276,6 +276,7 @@ static int vhci_release(struct inode *inode, struct file *file)
 }
 
 static const struct file_operations vhci_fops = {
+       .owner          = THIS_MODULE,
        .read           = vhci_read,
        .write          = vhci_write,
        .poll           = vhci_poll,