From: Andrew Morton Cc: Greg KH Cc: Russell King Signed-off-by: Andrew Morton --- kernel/sysctl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN kernel/sysctl.c~config_net=n-build-fix kernel/sysctl.c --- devel/kernel/sysctl.c~config_net=n-build-fix 2006-05-17 13:09:52.000000000 -0700 +++ devel-akpm/kernel/sysctl.c 2006-05-17 13:09:52.000000000 -0700 @@ -401,7 +401,7 @@ static ctl_table kern_table[] = { .strategy = &sysctl_string, }, #endif -#ifdef CONFIG_HOTPLUG +#if defined(CONFIG_HOTPLUG) && defined(CONFIG_NET) { .ctl_name = KERN_HOTPLUG, .procname = "hotplug", _