diff options
author | Eric W. Biederman <ebiederm@xmission.com> | 2007-02-14 03:33:57 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-02-14 11:09:58 -0500 |
commit | b04c3afb2b6e2f902b41bb62b73684d92d7e6c34 (patch) | |
tree | 00b164435ec9c9226659852c784e7e0a8c94c8e9 /init | |
parent | 0e03036c97b70b2602f7dedaa3a223ed7563c2c9 (diff) |
[PATCH] sysctl: move init_irq_proc into init/main where it belongs
Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'init')
-rw-r--r-- | init/main.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/init/main.c b/init/main.c index 4e9e92bb2b89..a20a5138211f 100644 --- a/init/main.c +++ b/init/main.c | |||
@@ -705,6 +705,9 @@ static void __init do_basic_setup(void) | |||
705 | #ifdef CONFIG_SYSCTL | 705 | #ifdef CONFIG_SYSCTL |
706 | sysctl_init(); | 706 | sysctl_init(); |
707 | #endif | 707 | #endif |
708 | #ifdef CONFIG_PROC_FS | ||
709 | init_irq_proc(); | ||
710 | #endif | ||
708 | 711 | ||
709 | do_initcalls(); | 712 | do_initcalls(); |
710 | } | 713 | } |