diff options
Diffstat (limited to 'net/unix/af_unix.c')
-rw-r--r-- | net/unix/af_unix.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/unix/af_unix.c b/net/unix/af_unix.c index 51ab497115eb..0f133c5a8d3c 100644 --- a/net/unix/af_unix.c +++ b/net/unix/af_unix.c | |||
@@ -2214,7 +2214,7 @@ static const struct file_operations unix_seq_fops = { | |||
2214 | 2214 | ||
2215 | #endif | 2215 | #endif |
2216 | 2216 | ||
2217 | static struct net_proto_family unix_family_ops = { | 2217 | static const struct net_proto_family unix_family_ops = { |
2218 | .family = PF_UNIX, | 2218 | .family = PF_UNIX, |
2219 | .create = unix_create, | 2219 | .create = unix_create, |
2220 | .owner = THIS_MODULE, | 2220 | .owner = THIS_MODULE, |