diff options
author | Andrew Morton <akpm@osdl.org> | 2006-06-23 05:05:47 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-06-23 10:43:06 -0400 |
commit | 57ae2508610d50893cb3e3bbb869ff70ff724a2a (patch) | |
tree | 33109c6d78be1b6e5db085a57a4509fcfd88ee95 /kernel/sysctl.c | |
parent | deb0e9b234af24f4a827757fae9ff5542a3d2a12 (diff) |
[PATCH] CONFIG_NET=n build fix
Cc: Greg KH <greg@kroah.com>
Cc: Russell King <rmk@arm.linux.org.uk>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
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 072ac446810a..eb8bd214e7d7 100644 --- a/kernel/sysctl.c +++ b/kernel/sysctl.c | |||
@@ -399,7 +399,7 @@ static ctl_table kern_table[] = { | |||
399 | .strategy = &sysctl_string, | 399 | .strategy = &sysctl_string, |
400 | }, | 400 | }, |
401 | #endif | 401 | #endif |
402 | #ifdef CONFIG_HOTPLUG | 402 | #if defined(CONFIG_HOTPLUG) && defined(CONFIG_NET) |
403 | { | 403 | { |
404 | .ctl_name = KERN_HOTPLUG, | 404 | .ctl_name = KERN_HOTPLUG, |
405 | .procname = "hotplug", | 405 | .procname = "hotplug", |