]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - net/ipv4/fib_trie.c
[NETNS]: Refactor fib initialization so it can handle multiple namespaces.
[net-next-2.6.git] / net / ipv4 / fib_trie.c
index 4bbfaeedf210d163596ab38f3ce4b5a1a483c287..92b687e6a472da41eb30c8ad331b8c1b5ca88bae 100644 (file)
@@ -1956,11 +1956,7 @@ out:
 
 /* Fix more generic FIB names for init later */
 
-#ifdef CONFIG_IP_MULTIPLE_TABLES
-struct fib_table * fib_hash_init(u32 id)
-#else
-struct fib_table * __init fib_hash_init(u32 id)
-#endif
+struct fib_table *fib_hash_init(u32 id)
 {
        struct fib_table *tb;
        struct trie *t;