diff options
Diffstat (limited to 'net/bluetooth/hci_sock.c')
-rw-r--r-- | net/bluetooth/hci_sock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/bluetooth/hci_sock.c b/net/bluetooth/hci_sock.c index 75302a986067..e7395f231989 100644 --- a/net/bluetooth/hci_sock.c +++ b/net/bluetooth/hci_sock.c | |||
@@ -687,7 +687,7 @@ static int hci_sock_dev_event(struct notifier_block *this, unsigned long event, | |||
687 | return NOTIFY_DONE; | 687 | return NOTIFY_DONE; |
688 | } | 688 | } |
689 | 689 | ||
690 | static struct net_proto_family hci_sock_family_ops = { | 690 | static const struct net_proto_family hci_sock_family_ops = { |
691 | .family = PF_BLUETOOTH, | 691 | .family = PF_BLUETOOTH, |
692 | .owner = THIS_MODULE, | 692 | .owner = THIS_MODULE, |
693 | .create = hci_sock_create, | 693 | .create = hci_sock_create, |