Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
Conflicts: drivers/net/tg3.c
This commit is contained in:
@ -1998,9 +1998,6 @@ struct fib_table *fib_trie_table(u32 id)
|
||||
t = (struct trie *) tb->tb_data;
|
||||
memset(t, 0, sizeof(*t));
|
||||
|
||||
if (id == RT_TABLE_LOCAL)
|
||||
pr_info("IPv4 FIB: Using LC-trie version %s\n", VERSION);
|
||||
|
||||
return tb;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user