diff options
Diffstat (limited to 'net/ipv4/af_inet.c')
-rw-r--r-- | net/ipv4/af_inet.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/af_inet.c b/net/ipv4/af_inet.c index 57737b8d1711..1deff48b122e 100644 --- a/net/ipv4/af_inet.c +++ b/net/ipv4/af_inet.c | |||
@@ -931,7 +931,7 @@ static const struct proto_ops inet_sockraw_ops = { | |||
931 | #endif | 931 | #endif |
932 | }; | 932 | }; |
933 | 933 | ||
934 | static struct net_proto_family inet_family_ops = { | 934 | static const struct net_proto_family inet_family_ops = { |
935 | .family = PF_INET, | 935 | .family = PF_INET, |
936 | .create = inet_create, | 936 | .create = inet_create, |
937 | .owner = THIS_MODULE, | 937 | .owner = THIS_MODULE, |