aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/fib_hash.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/ipv4/fib_hash.c')
-rw-r--r--net/ipv4/fib_hash.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/net/ipv4/fib_hash.c b/net/ipv4/fib_hash.c
index 8de21bc4947a..694a072d8090 100644
--- a/net/ipv4/fib_hash.c
+++ b/net/ipv4/fib_hash.c
@@ -746,11 +746,7 @@ static int fn_hash_dump(struct fib_table *tb, struct sk_buff *skb, struct netlin
746 return skb->len; 746 return skb->len;
747} 747}
748 748
749#ifdef CONFIG_IP_MULTIPLE_TABLES 749struct fib_table *fib_hash_init(u32 id)
750struct fib_table * fib_hash_init(u32 id)
751#else
752struct fib_table * __init fib_hash_init(u32 id)
753#endif
754{ 750{
755 struct fib_table *tb; 751 struct fib_table *tb;
756 752