diff options
Diffstat (limited to 'drivers/bluetooth')
-rw-r--r-- | drivers/bluetooth/hci_vhci.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/bluetooth/hci_vhci.c b/drivers/bluetooth/hci_vhci.c index c1d389f2cbaf..7595274103fd 100644 --- a/drivers/bluetooth/hci_vhci.c +++ b/drivers/bluetooth/hci_vhci.c | |||
@@ -276,6 +276,7 @@ static int vhci_release(struct inode *inode, struct file *file) | |||
276 | } | 276 | } |
277 | 277 | ||
278 | static const struct file_operations vhci_fops = { | 278 | static const struct file_operations vhci_fops = { |
279 | .owner = THIS_MODULE, | ||
279 | .read = vhci_read, | 280 | .read = vhci_read, |
280 | .write = vhci_write, | 281 | .write = vhci_write, |
281 | .poll = vhci_poll, | 282 | .poll = vhci_poll, |