diff options
Diffstat (limited to 'net/ipx')
-rw-r--r-- | net/ipx/af_ipx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipx/af_ipx.c b/net/ipx/af_ipx.c index 66c7a20011f3..6481ee4bdf72 100644 --- a/net/ipx/af_ipx.c +++ b/net/ipx/af_ipx.c | |||
@@ -1927,7 +1927,7 @@ static int ipx_compat_ioctl(struct socket *sock, unsigned int cmd, unsigned long | |||
1927 | * Socket family declarations | 1927 | * Socket family declarations |
1928 | */ | 1928 | */ |
1929 | 1929 | ||
1930 | static struct net_proto_family ipx_family_ops = { | 1930 | static const struct net_proto_family ipx_family_ops = { |
1931 | .family = PF_IPX, | 1931 | .family = PF_IPX, |
1932 | .create = ipx_create, | 1932 | .create = ipx_create, |
1933 | .owner = THIS_MODULE, | 1933 | .owner = THIS_MODULE, |