mirror of
https://github.com/torvalds/linux.git
synced 2024-11-24 13:11:40 +00:00
[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>
This commit is contained in:
parent
deb0e9b234
commit
57ae250861
@ -399,7 +399,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",
|
||||
|
Loading…
Reference in New Issue
Block a user