]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - net/bluetooth/hidp/sock.c
[NET]: move struct proto_ops to const
[net-next-2.6.git] / net / bluetooth / hidp / sock.c
index f8986f8814319a242beb06788af564e7f70f3b34..8f8dd931b2948b1746c7163f97084c307442155a 100644 (file)
@@ -143,7 +143,7 @@ static int hidp_sock_ioctl(struct socket *sock, unsigned int cmd, unsigned long
        return -EINVAL;
 }
 
-static struct proto_ops hidp_sock_ops = {
+static const struct proto_ops hidp_sock_ops = {
        .family         = PF_BLUETOOTH,
        .owner          = THIS_MODULE,
        .release        = hidp_sock_release,