aboutsummaryrefslogtreecommitdiffstats
path: root/net/netlink/af_netlink.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/netlink/af_netlink.c')
-rw-r--r--net/netlink/af_netlink.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/netlink/af_netlink.c b/net/netlink/af_netlink.c
index 19e98007691c..0cd2d8829313 100644
--- a/net/netlink/af_netlink.c
+++ b/net/netlink/af_netlink.c
@@ -2050,7 +2050,7 @@ static const struct proto_ops netlink_ops = {
2050 .sendpage = sock_no_sendpage, 2050 .sendpage = sock_no_sendpage,
2051}; 2051};
2052 2052
2053static struct net_proto_family netlink_family_ops = { 2053static const struct net_proto_family netlink_family_ops = {
2054 .family = PF_NETLINK, 2054 .family = PF_NETLINK,
2055 .create = netlink_create, 2055 .create = netlink_create,
2056 .owner = THIS_MODULE, /* for consistency 8) */ 2056 .owner = THIS_MODULE, /* for consistency 8) */