]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - net/rose/af_rose.c
net: mark net_proto_ops as const
[net-next-2.6.git] / net / rose / af_rose.c
index 502cce76621d07abdd624798c5c76e3802db63aa..c17734c2ce8936f488619ea7ef14b2bebe9e79cb 100644 (file)
@@ -1509,7 +1509,7 @@ static const struct file_operations rose_info_fops = {
 };
 #endif /* CONFIG_PROC_FS */
 
-static struct net_proto_family rose_family_ops = {
+static const struct net_proto_family rose_family_ops = {
        .family         =       PF_ROSE,
        .create         =       rose_create,
        .owner          =       THIS_MODULE,