Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 11d46123 authored by David S. Miller's avatar David S. Miller
Browse files

ipv4: Fix over-ifdeffing of ip_static_sysctl_init.



Noticed by Paulius Zaleckas.

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent abf5cdb8
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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