mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-22 06:32:08 +00:00
[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>
This commit is contained in:
parent
0e03036c97
commit
b04c3afb2b
2 changed files with 3 additions and 3 deletions
|
@ -705,6 +705,9 @@ static void __init do_basic_setup(void)
|
|||
#ifdef CONFIG_SYSCTL
|
||||
sysctl_init();
|
||||
#endif
|
||||
#ifdef CONFIG_PROC_FS
|
||||
init_irq_proc();
|
||||
#endif
|
||||
|
||||
do_initcalls();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue