aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/fib_trie.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/ipv4/fib_trie.c')
-rw-r--r--net/ipv4/fib_trie.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/net/ipv4/fib_trie.c b/net/ipv4/fib_trie.c
index 9ac481a10d37..6375c1c5f642 100644
--- a/net/ipv4/fib_trie.c
+++ b/net/ipv4/fib_trie.c
@@ -1998,9 +1998,6 @@ struct fib_table *fib_trie_table(u32 id)
1998 t = (struct trie *) tb->tb_data; 1998 t = (struct trie *) tb->tb_data;
1999 memset(t, 0, sizeof(*t)); 1999 memset(t, 0, sizeof(*t));
2000 2000
2001 if (id == RT_TABLE_LOCAL)
2002 pr_info("IPv4 FIB: Using LC-trie version %s\n", VERSION);
2003
2004 return tb; 2001 return tb;
2005} 2002}
2006 2003