diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/ipv4/route.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/ipv4/route.c b/net/ipv4/route.c index 380d6474cf66..d7bf0564b5f4 100644 --- a/net/ipv4/route.c +++ b/net/ipv4/route.c | |||
@@ -3222,7 +3222,9 @@ int __init ip_rt_init(void) | |||
3222 | */ | 3222 | */ |
3223 | void __init ip_static_sysctl_init(void) | 3223 | void __init ip_static_sysctl_init(void) |
3224 | { | 3224 | { |
3225 | #ifdef CONFIG_SYSCTL | ||
3225 | register_sysctl_paths(ipv4_route_path, ipv4_route_table); | 3226 | register_sysctl_paths(ipv4_route_path, ipv4_route_table); |
3227 | #endif | ||
3226 | } | 3228 | } |
3227 | 3229 | ||
3228 | EXPORT_SYMBOL(__ip_select_ident); | 3230 | EXPORT_SYMBOL(__ip_select_ident); |