git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
442b963
)
ipv4: Fix fib_trie build in some configurations.
author
David S. Miller
<davem@davemloft.net>
Thu, 3 Feb 2011 04:48:10 +0000
(20:48 -0800)
committer
David 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