X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=net%2Fipv4%2Froute.c;h=1bfa078ddbd0c357d97c269179b713c09b0a0ad3;hb=35ed4e75989c4e84a44b25569bbf09b98f923880;hp=d7bf0564b5f417732ce03ea49a8bb4cb78aac34e;hpb=8a9204db665365354b349ed5b0bc054f0433a2a4;p=linux-2.6 diff --git a/net/ipv4/route.c b/net/ipv4/route.c index d7bf0564b5..1bfa078ddb 100644 --- a/net/ipv4/route.c +++ b/net/ipv4/route.c @@ -3216,6 +3216,7 @@ int __init ip_rt_init(void) return rc; } +#ifdef CONFIG_SYSCTL /* * We really need to sanitize the damn ipv4 init order, then all * this nonsense will go away. @@ -3226,6 +3227,7 @@ void __init ip_static_sysctl_init(void) register_sysctl_paths(ipv4_route_path, ipv4_route_table); #endif } +#endif EXPORT_SYMBOL(__ip_select_ident); EXPORT_SYMBOL(ip_route_input);