diff options
Diffstat (limited to 'net/atm/proc.c')
-rw-r--r-- | net/atm/proc.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) |