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 d24f761f4876..f73da1c857eb 100644 --- a/kernel/sysctl.c +++ b/kernel/sysctl.c | |||
@@ -562,7 +562,7 @@ static struct ctl_table kern_table[] = { | |||
562 | .extra2 = &one, | 562 | .extra2 = &one, |
563 | }, | 563 | }, |
564 | #endif | 564 | #endif |
565 | #if defined(CONFIG_HOTPLUG) && defined(CONFIG_NET) | 565 | #ifdef CONFIG_HOTPLUG |
566 | { | 566 | { |
567 | .procname = "hotplug", | 567 | .procname = "hotplug", |
568 | .data = &uevent_helper, | 568 | .data = &uevent_helper, |