diff options
60 files changed, 112 insertions, 112 deletions
diff --git a/drivers/connector/connector.c b/drivers/connector/connector.c index ed17a57ab3cb..f1b7e244bfc1 100644 --- a/drivers/connector/connector.c +++ b/drivers/connector/connector.c | |||
| @@ -287,7 +287,7 @@ static void cn_fini(void) | |||
| 287 | 287 | ||
| 288 | cn_already_initialized = 0; | 288 | cn_already_initialized = 0; |
| 289 | 289 | ||
| 290 | proc_net_remove(&init_net, "connector"); | 290 | remove_proc_entry("connector", init_net.proc_net); |
| 291 | 291 | ||
| 292 | cn_queue_free_dev(dev->cbdev); | 292 | cn_queue_free_dev(dev->cbdev); |
| 293 | netlink_kernel_release(dev->nls); | 293 | netlink_kernel_release(dev->nls); |
diff --git a/drivers/net/hamradio/bpqether.c b/drivers/net/hamradio/bpqether.c index 61f28842163d..02de6c891670 100644 --- a/drivers/net/hamradio/bpqether.c +++ b/drivers/net/hamradio/bpqether.c | |||
| @@ -611,7 +611,7 @@ static void __exit bpq_cleanup_driver(void) | |||
| 611 | 611 | ||
| 612 | unregister_netdevice_notifier(&bpq_dev_notifier); | 612 | unregister_netdevice_notifier(&bpq_dev_notifier); |
| 613 | 613 | ||
| 614 | proc_net_remove(&init_net, "bpqether"); | 614 | remove_proc_entry("bpqether", init_net.proc_net); |
| 615 | 615 | ||
| 616 | rtnl_lock(); | 616 | rtnl_lock(); |
| 617 | while (!list_empty(&bpq_devices)) { | 617 | while (!list_empty(&bpq_devices)) { |
diff --git a/drivers/net/hamradio/scc.c b/drivers/net/hamradio/scc.c index cab13f4d2942..bc1d52170389 100644 --- a/drivers/net/hamradio/scc.c +++ b/drivers/net/hamradio/scc.c | |||
| @@ -2173,7 +2173,7 @@ static void __exit scc_cleanup_driver(void) | |||
| 2173 | if (Vector_Latch) | 2173 | if (Vector_Latch) |
| 2174 | release_region(Vector_Latch, 1); | 2174 | release_region(Vector_Latch, 1); |
| 2175 | 2175 | ||
| 2176 | proc_net_remove(&init_net, "z8530drv"); | 2176 | remove_proc_entry("z8530drv", init_net.proc_net); |
| 2177 | } | 2177 | } |
| 2178 | 2178 | ||
| 2179 | MODULE_AUTHOR("Joerg Reuter <jreuter@yaina.de>"); | 2179 | MODULE_AUTHOR("Joerg Reuter <jreuter@yaina.de>"); |
diff --git a/drivers/net/hamradio/yam.c b/drivers/net/hamradio/yam.c index 92847d27b2e8..4cf8f1017aad 100644 --- a/drivers/net/hamradio/yam.c +++ b/drivers/net/hamradio/yam.c | |||
| @@ -1199,7 +1199,7 @@ static void __exit yam_cleanup_driver(void) | |||
| 1199 | kfree(p); | 1199 | kfree(p); |
| 1200 | } | 1200 | } |
| 1201 | 1201 | ||
| 1202 | proc_net_remove(&init_net, "yam"); | 1202 | remove_proc_entry("yam", init_net.proc_net); |
| 1203 | } | 1203 | } |
| 1204 | 1204 | ||
| 1205 | /* --------------------------------------------------------------------- */ | 1205 | /* --------------------------------------------------------------------- */ |
diff --git a/drivers/net/ppp/pppoe.c b/drivers/net/ppp/pppoe.c index d7fa96c42ae7..bb07ba94c3aa 100644 --- a/drivers/net/ppp/pppoe.c +++ b/drivers/net/ppp/pppoe.c | |||
| @@ -1145,7 +1145,7 @@ static __net_init int pppoe_init_net(struct net *net) | |||
| 1145 | 1145 | ||
| 1146 | static __net_exit void pppoe_exit_net(struct net *net) | 1146 | static __net_exit void pppoe_exit_net(struct net *net) |
| 1147 | { | 1147 | { |
| 1148 | proc_net_remove(net, "pppoe"); | 1148 | remove_proc_entry("pppoe", net->proc_net); |
| 1149 | } | 1149 | } |
| 1150 | 1150 | ||
| 1151 | static struct pernet_operations pppoe_net_ops = { | 1151 | static struct pernet_operations pppoe_net_ops = { |
diff --git a/net/8021q/vlanproc.c b/net/8021q/vlanproc.c index 4de77ea5fa37..dc526ec965e4 100644 --- a/net/8021q/vlanproc.c +++ b/net/8021q/vlanproc.c | |||
| @@ -131,7 +131,7 @@ void vlan_proc_cleanup(struct net *net) | |||
| 131 | remove_proc_entry(name_conf, vn->proc_vlan_dir); | 131 | remove_proc_entry(name_conf, vn->proc_vlan_dir); |
| 132 | 132 | ||
| 133 | if (vn->proc_vlan_dir) | 133 | if (vn->proc_vlan_dir) |
| 134 | proc_net_remove(net, name_root); | 134 | remove_proc_entry(name_root, net->proc_net); |
| 135 | 135 | ||
| 136 | /* Dynamically added entries should be cleaned up as their vlan_device | 136 | /* Dynamically added entries should be cleaned up as their vlan_device |
| 137 | * is removed, so we should not have to take care of it here... | 137 | * is removed, so we should not have to take care of it here... |
diff --git a/net/atm/proc.c b/net/atm/proc.c index 0d020de8d233..b4e75340b162 100644 --- a/net/atm/proc.c +++ b/net/atm/proc.c | |||
| @@ -460,7 +460,7 @@ static void atm_proc_dirs_remove(void) | |||
| 460 | if (e->dirent) | 460 | if (e->dirent) |
| 461 | remove_proc_entry(e->name, atm_proc_root); | 461 | remove_proc_entry(e->name, atm_proc_root); |
| 462 | } | 462 | } |
| 463 | proc_net_remove(&init_net, "atm"); | 463 | remove_proc_entry("atm", init_net.proc_net); |
| 464 | } | 464 | } |
| 465 | 465 | ||
| 466 | int __init atm_proc_init(void) | 466 | int __init atm_proc_init(void) |
diff --git a/net/ax25/af_ax25.c b/net/ax25/af_ax25.c index b6ccbea3477e..69a06c47b648 100644 --- a/net/ax25/af_ax25.c +++ b/net/ax25/af_ax25.c | |||
| @@ -2009,9 +2009,9 @@ MODULE_ALIAS_NETPROTO(PF_AX25); | |||
| 2009 | 2009 | ||
| 2010 | static void __exit ax25_exit(void) | 2010 | static void __exit ax25_exit(void) |
| 2011 | { | 2011 | { |
| 2012 | proc_net_remove(&init_net, "ax25_route"); | 2012 | remove_proc_entry("ax25_route", init_net.proc_net); |
| 2013 | |||
