From: David S. Miller Date: Thu, 3 Feb 2011 04:48:10 +0000 (-0800) Subject: ipv4: Fix fib_trie build in some configurations. X-Git-Tag: v2.6.39-rc1~468^2~421 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b299e4f001cfa16205f9121f4630970049652268;p=pandora-kernel.git 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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed