diff options
Diffstat (limited to 'drivers/bluetooth')
-rw-r--r-- | drivers/bluetooth/hci_vhci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/bluetooth/hci_vhci.c b/drivers/bluetooth/hci_vhci.c index a278d98a9151..b71a5ccc587f 100644 --- a/drivers/bluetooth/hci_vhci.c +++ b/drivers/bluetooth/hci_vhci.c | |||
@@ -332,7 +332,7 @@ static int vhci_fasync(int fd, struct file *file, int on) | |||
332 | return 0; | 332 | return 0; |
333 | } | 333 | } |
334 | 334 | ||
335 | static struct file_operations vhci_fops = { | 335 | static const struct file_operations vhci_fops = { |
336 | .owner = THIS_MODULE, | 336 | .owner = THIS_MODULE, |
337 | .llseek = vhci_llseek, | 337 | .llseek = vhci_llseek, |
338 | .read = vhci_read, | 338 | .read = vhci_read, |