mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-18 06:50:08 +00:00
ipv4: Fix over-ifdeffing of ip_static_sysctl_init.
Noticed by Paulius Zaleckas. Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
abf5cdb89d
commit
11d46123bf
@ -3223,9 +3223,7 @@ int __init ip_rt_init(void)
|
||||
*/
|
||||
void __init ip_static_sysctl_init(void)
|
||||
{
|
||||
#ifdef CONFIG_SYSCTL
|
||||
register_sysctl_paths(ipv4_route_path, ipv4_route_table);
|
||||
#endif
|
||||
}
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user