projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
deb0e9b
)
[PATCH] CONFIG_NET=n build fix
author
Andrew Morton
<akpm@osdl.org>
Fri, 23 Jun 2006 09:05:47 +0000
(
02:05
-0700)
committer
Linus Torvalds
<torvalds@g5.osdl.org>
Fri, 23 Jun 2006 14:43:06 +0000
(07:43 -0700)
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>
kernel/sysctl.c
patch
|
blob
|
history
diff --git
a/kernel/sysctl.c
b/kernel/sysctl.c
index 072ac446810aacac453cd66a9055aa04e67d0ac5..eb8bd214e7d7b8f682819ffb5e29b75c28c24d3c 100644
(file)
--- a/
kernel/sysctl.c
+++ b/
kernel/sysctl.c
@@
-399,7
+399,7
@@
static ctl_table kern_table[] = {
.strategy = &sysctl_string,
},
#endif
-#if
def CONFIG_HOTPLUG
+#if
defined(CONFIG_HOTPLUG) && defined(CONFIG_NET)
{
.ctl_name = KERN_HOTPLUG,
.procname = "hotplug",