ipv4: Fix fib_trie build in some configurations.
authorDavid S. Miller <davem@davemloft.net>
Thu, 3 Feb 2011 04:48:10 +0000 (20:48 -0800)
committerDavid S. Miller <davem@davemloft.net>
Thu, 3 Feb 2011 04:48:47 +0000 (20:48 -0800)
commitb299e4f001cfa16205f9121f4630970049652268
tree81ea9a19ff8096f40b1340a8e41c4c254623ef2f
parent442b9635c569fef038d5367a7acd906db4677ae1
ipv4: Fix fib_trie build in some configurations.

If we end up including include/linux/node.h (either explicitly
or implicitly) that header has a definition of "structt node"
too.

So rename the one we use in fib_trie to "rt_trie_node" to avoid
the conflict.

Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/fib_trie.c