Loading drivers/isdn/mISDN/socket.c +1 −2 Original line number Diff line number Diff line Loading @@ -808,8 +808,7 @@ mISDN_sock_create(struct net *net, struct socket *sock, int proto) return err; } static struct net_proto_family mISDN_sock_family_ops = { static const struct net_proto_family mISDN_sock_family_ops = { .owner = THIS_MODULE, .family = PF_ISDN, .create = mISDN_sock_create, Loading drivers/net/pppox.c +1 −1 Original line number Diff line number Diff line Loading @@ -125,7 +125,7 @@ static int pppox_create(struct net *net, struct socket *sock, int protocol) return rc; } static struct net_proto_family pppox_proto_family = { static const struct net_proto_family pppox_proto_family = { .family = PF_PPPOX, .create = pppox_create, .owner = THIS_MODULE, Loading include/net/bluetooth/bluetooth.h +1 −1 Original line number Diff line number Diff line Loading @@ -121,7 +121,7 @@ struct bt_sock_list { rwlock_t lock; }; int bt_sock_register(int proto, struct net_proto_family *ops); int bt_sock_register(int proto, const struct net_proto_family *ops); int bt_sock_unregister(int proto); void bt_sock_link(struct bt_sock_list *l, struct sock *s); void bt_sock_unlink(struct bt_sock_list *l, struct sock *s); Loading net/appletalk/ddp.c +1 −1 Original line number Diff line number Diff line Loading @@ -1821,7 +1821,7 @@ static int atalk_compat_ioctl(struct socket *sock, unsigned int cmd, unsigned lo #endif static struct net_proto_family atalk_family_ops = { static const struct net_proto_family atalk_family_ops = { .family = PF_APPLETALK, .create = atalk_create, .owner = THIS_MODULE, Loading net/atm/pvc.c +1 −1 Original line number Diff line number Diff line Loading @@ -137,7 +137,7 @@ static int pvc_create(struct net *net, struct socket *sock,int protocol) } static struct net_proto_family pvc_family_ops = { static const struct net_proto_family pvc_family_ops = { .family = PF_ATMPVC, .create = pvc_create, .owner = THIS_MODULE, Loading Loading
drivers/isdn/mISDN/socket.c +1 −2 Original line number Diff line number Diff line Loading @@ -808,8 +808,7 @@ mISDN_sock_create(struct net *net, struct socket *sock, int proto) return err; } static struct net_proto_family mISDN_sock_family_ops = { static const struct net_proto_family mISDN_sock_family_ops = { .owner = THIS_MODULE, .family = PF_ISDN, .create = mISDN_sock_create, Loading
drivers/net/pppox.c +1 −1 Original line number Diff line number Diff line Loading @@ -125,7 +125,7 @@ static int pppox_create(struct net *net, struct socket *sock, int protocol) return rc; } static struct net_proto_family pppox_proto_family = { static const struct net_proto_family pppox_proto_family = { .family = PF_PPPOX, .create = pppox_create, .owner = THIS_MODULE, Loading
include/net/bluetooth/bluetooth.h +1 −1 Original line number Diff line number Diff line Loading @@ -121,7 +121,7 @@ struct bt_sock_list { rwlock_t lock; }; int bt_sock_register(int proto, struct net_proto_family *ops); int bt_sock_register(int proto, const struct net_proto_family *ops); int bt_sock_unregister(int proto); void bt_sock_link(struct bt_sock_list *l, struct sock *s); void bt_sock_unlink(struct bt_sock_list *l, struct sock *s); Loading
net/appletalk/ddp.c +1 −1 Original line number Diff line number Diff line Loading @@ -1821,7 +1821,7 @@ static int atalk_compat_ioctl(struct socket *sock, unsigned int cmd, unsigned lo #endif static struct net_proto_family atalk_family_ops = { static const struct net_proto_family atalk_family_ops = { .family = PF_APPLETALK, .create = atalk_create, .owner = THIS_MODULE, Loading
net/atm/pvc.c +1 −1 Original line number Diff line number Diff line Loading @@ -137,7 +137,7 @@ static int pvc_create(struct net *net, struct socket *sock,int protocol) } static struct net_proto_family pvc_family_ops = { static const struct net_proto_family pvc_family_ops = { .family = PF_ATMPVC, .create = pvc_create, .owner = THIS_MODULE, Loading