|
@@ -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
|
|
|
}
|
|
|
|