aboutsummaryrefslogtreecommitdiffstats
path: root/net/netrom
diff options
context:
space:
mode:
Diffstat (limited to 'net/netrom')
-rw-r--r--net/netrom/af_netrom.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/netrom/af_netrom.c b/net/netrom/af_netrom.c
index 7a834952f67f..281fa597cae5 100644
--- a/net/netrom/af_netrom.c
+++ b/net/netrom/af_netrom.c
@@ -1372,7 +1372,7 @@ static const struct file_operations nr_info_fops = {
1372}; 1372};
1373#endif /* CONFIG_PROC_FS */ 1373#endif /* CONFIG_PROC_FS */
1374 1374
1375static struct net_proto_family nr_family_ops = { 1375static const struct net_proto_family nr_family_ops = {
1376 .family = PF_NETROM, 1376 .family = PF_NETROM,
1377 .create = nr_create, 1377 .create = nr_create,
1378 .owner = THIS_MODULE, 1378 .owner = THIS_MODULE,