]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - drivers/net/hamradio/scc.c
[NET]: Make /proc/net per network namespace
[net-next-2.6.git] / drivers / net / hamradio / scc.c
index 6fdaad5a457750e21adaad56dd185d928c4a92b2..39b3b82aa4a495fc5e5b4cf3bafad7bbc6a181fd 100644 (file)
 #include <linux/seq_file.h>
 #include <linux/bitops.h>
 
+#include <net/net_namespace.h>
 #include <net/ax25.h>
 
 #include <asm/irq.h>
@@ -2114,7 +2115,7 @@ static int __init scc_init_driver (void)
        }
        rtnl_unlock();
 
-       proc_net_fops_create("z8530drv", 0, &scc_net_seq_fops);
+       proc_net_fops_create(&init_net, "z8530drv", 0, &scc_net_seq_fops);
 
        return 0;
 }
@@ -2169,7 +2170,7 @@ static void __exit scc_cleanup_driver(void)
        if (Vector_Latch)
                release_region(Vector_Latch, 1);
 
-       proc_net_remove("z8530drv");
+       proc_net_remove(&init_net, "z8530drv");
 }
 
 MODULE_AUTHOR("Joerg Reuter <jreuter@yaina.de>");