aboutsummaryrefslogtreecommitdiffstats
path: root/net/unix
diff options
context:
space:
mode:
Diffstat (limited to 'net/unix')
-rw-r--r--net/unix/af_unix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/unix/af_unix.c b/net/unix/af_unix.c
index fc820cd7545..3291902f0b8 100644
--- a/net/unix/af_unix.c
+++ b/net/unix/af_unix.c
@@ -2216,7 +2216,7 @@ static const struct file_operations unix_seq_fops = {
2216 2216
2217#endif 2217#endif
2218 2218
2219static struct net_proto_family unix_family_ops = { 2219static const struct net_proto_family unix_family_ops = {
2220 .family = PF_UNIX, 2220 .family = PF_UNIX,
2221 .create = unix_create, 2221 .create = unix_create,
2222 .owner = THIS_MODULE, 2222 .owner = THIS_MODULE,