]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - net/bluetooth/hci_sock.c
net: mark net_proto_ops as const
[net-next-2.6.git] / net / bluetooth / hci_sock.c
index 75302a986067daebc76e4fba40c9c6a92d6de3bf..e7395f2319897312eb0428df974241e32bd27998 100644 (file)
@@ -687,7 +687,7 @@ static int hci_sock_dev_event(struct notifier_block *this, unsigned long event,
        return NOTIFY_DONE;
 }
 
-static struct net_proto_family hci_sock_family_ops = {
+static const struct net_proto_family hci_sock_family_ops = {
        .family = PF_BLUETOOTH,
        .owner  = THIS_MODULE,
        .create = hci_sock_create,