]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - net/netrom/af_netrom.c
net: mark net_proto_ops as const
[net-next-2.6.git] / net / netrom / af_netrom.c
index 7a834952f67fe75f72558b7e3c8477bc8ac259a6..281fa597cae5cafb45fed9677c819d3ccaaf8f79 100644 (file)
@@ -1372,7 +1372,7 @@ static const struct file_operations nr_info_fops = {
 };
 #endif /* CONFIG_PROC_FS */
 
-static struct net_proto_family nr_family_ops = {
+static const struct net_proto_family nr_family_ops = {
        .family         =       PF_NETROM,
        .create         =       nr_create,
        .owner          =       THIS_MODULE,