diff options
Diffstat (limited to 'kernel/sysctl.c')
-rw-r--r-- | kernel/sysctl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/sysctl.c b/kernel/sysctl.c index 6f79c7f81c96..9acfce0cdfdb 100644 --- a/kernel/sysctl.c +++ b/kernel/sysctl.c | |||
@@ -566,7 +566,7 @@ static struct ctl_table kern_table[] = { | |||
566 | .extra2 = &one, | 566 | .extra2 = &one, |
567 | }, | 567 | }, |
568 | #endif | 568 | #endif |
569 | #if defined(CONFIG_HOTPLUG) && defined(CONFIG_NET) | 569 | #ifdef CONFIG_HOTPLUG |
570 | { | 570 | { |
571 | .procname = "hotplug", | 571 | .procname = "hotplug", |
572 | .data = &uevent_helper, | 572 | .data = &uevent_helper, |