diff options
Diffstat (limited to 'net/ipv4/route.c')
-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 d7bf0564b5f4..1bfa078ddbd0 100644 --- a/net/ipv4/route.c +++ b/net/ipv4/route.c | |||
@@ -3216,6 +3216,7 @@ int __init ip_rt_init(void) | |||
3216 | return rc; | 3216 | return rc; |
3217 | } | 3217 | } |
3218 | 3218 | ||
3219 | #ifdef CONFIG_SYSCTL | ||
3219 | /* | 3220 | /* |
3220 | * We really need to sanitize the damn ipv4 init order, then all | 3221 | * We really need to sanitize the damn ipv4 init order, then all |
3221 | * this nonsense will go away. | 3222 | * this nonsense will go away. |
@@ -3226,6 +3227,7 @@ void __init ip_static_sysctl_init(void) | |||
3226 | register_sysctl_paths(ipv4_route_path, ipv4_route_table); | 3227 | register_sysctl_paths(ipv4_route_path, ipv4_route_table); |
3227 | #endif | 3228 | #endif |
3228 | } | 3229 | } |
3230 | #endif | ||
3229 | 3231 | ||
3230 | EXPORT_SYMBOL(__ip_select_ident); | 3232 | EXPORT_SYMBOL(__ip_select_ident); |
3231 | EXPORT_SYMBOL(ip_route_input); | 3233 | EXPORT_SYMBOL(ip_route_input); |