Skip to content

Commit

Permalink
ipv4: Fix over-ifdeffing of ip_static_sysctl_init.
Browse files Browse the repository at this point in the history
Noticed by Paulius Zaleckas.

Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
David S. Miller committed Aug 7, 2008
1 parent abf5cdb commit 11d4612
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions net/ipv4/route.c
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 11d4612

Please sign in to comment.