]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - kernel/sysctl.c
[PATCH] sysctl: move init_irq_proc into init/main where it belongs
[net-next-2.6.git] / kernel / sysctl.c
index e0ac6cd79fcf6955c6105815b4c8ab4d9d53e97f..7ba4b0c16d6a324091e4bcf103dd072d062f086c 100644 (file)
@@ -1177,8 +1177,6 @@ static ctl_table dev_table[] = {
        { .ctl_name = 0 }
 };
 
-extern void init_irq_proc (void);
-
 static DEFINE_SPINLOCK(sysctl_lock);
 
 /* called under sysctl_lock */
@@ -1224,7 +1222,6 @@ void __init sysctl_init(void)
 {
 #ifdef CONFIG_PROC_SYSCTL
        register_proc_table(root_table, proc_sys_root, &root_table_header);
-       init_irq_proc();
 #endif
 }