]> err.no Git - linux-2.6/blobdiff - net/core/dev_mcast.c
[POWERPC] CPM: Rename commproc to cpm1 and cpm2_common.c to cpm2.c
[linux-2.6] / net / core / dev_mcast.c
index 647973daca2b59f1c09d333c99b1ae3e919ddc52..69fff16ece10c70c3c94d2624a2d1086a23e26a8 100644 (file)
@@ -285,7 +285,7 @@ static void __net_exit dev_mc_net_exit(struct net *net)
        proc_net_remove(net, "dev_mcast");
 }
 
-static struct pernet_operations dev_mc_net_ops = {
+static struct pernet_operations __net_initdata dev_mc_net_ops = {
        .init = dev_mc_net_init,
        .exit = dev_mc_net_exit,
 };