diff options
Diffstat (limited to 'net/ipv4/fib_hash.c')
-rw-r--r-- | net/ipv4/fib_hash.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/ipv4/fib_hash.c b/net/ipv4/fib_hash.c index 72c633b357cf..f8d5c8024ccb 100644 --- a/net/ipv4/fib_hash.c +++ b/net/ipv4/fib_hash.c | |||
@@ -765,9 +765,9 @@ static int fn_hash_dump(struct fib_table *tb, struct sk_buff *skb, struct netlin | |||
765 | } | 765 | } |
766 | 766 | ||
767 | #ifdef CONFIG_IP_MULTIPLE_TABLES | 767 | #ifdef CONFIG_IP_MULTIPLE_TABLES |
768 | struct fib_table * fib_hash_init(int id) | 768 | struct fib_table * fib_hash_init(u32 id) |
769 | #else | 769 | #else |
770 | struct fib_table * __init fib_hash_init(int id) | 770 | struct fib_table * __init fib_hash_init(u32 id) |
771 | #endif | 771 | #endif |
772 | { | 772 | { |
773 | struct fib_table *tb; | 773 | struct fib_table *tb; |