diff --git a/[refs] b/[refs] index 6e7105688196..353f0026f7e3 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: deb0e9b234af24f4a827757fae9ff5542a3d2a12 +refs/heads/master: 57ae2508610d50893cb3e3bbb869ff70ff724a2a diff --git a/trunk/kernel/sysctl.c b/trunk/kernel/sysctl.c index 072ac446810a..eb8bd214e7d7 100644 --- a/trunk/kernel/sysctl.c +++ b/trunk/kernel/sysctl.c @@ -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",