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)
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>

No differences found