diff options
author | Kim Nordlund <kim.nordlund@nokia.com> | 2006-12-13 19:38:29 -0500 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2006-12-13 19:48:31 -0500 |
commit | 8bce65b95ac167693ae2d706b5341409dca0062d (patch) | |
tree | d73baf0f20809543a09a2c9cb27c54003af2d460 /include/net/ip6_fib.h | |
parent | 6ab792f577012312a760a3a1e679ae8fae012442 (diff) |
[IPV6]: Make fib6_node subtree depend on IPV6_SUBTREES
Make fib6_node 'subtree' depend on IPV6_SUBTREES.
Signed-off-by: Kim Nordlund <kim.nordlund@nokia.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/ip6_fib.h')
-rw-r--r-- | include/net/ip6_fib.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/net/ip6_fib.h b/include/net/ip6_fib.h index f9cde44f93b4..7be4f4e3a0f2 100644 --- a/include/net/ip6_fib.h +++ b/include/net/ip6_fib.h | |||
@@ -50,9 +50,9 @@ struct fib6_node | |||
50 | struct fib6_node *parent; | 50 | struct fib6_node *parent; |
51 | struct fib6_node *left; | 51 | struct fib6_node *left; |
52 | struct fib6_node *right; | 52 | struct fib6_node *right; |
53 | 53 | #ifdef CONFIG_IPV6_SUBTREES | |
54 | struct fib6_node *subtree; | 54 | struct fib6_node *subtree; |
55 | 55 | #endif | |
56 | struct rt6_info *leaf; | 56 | struct rt6_info *leaf; |
57 | 57 | ||
58 | __u16 fn_bit; /* bit key */ | 58 | __u16 fn_bit; /* bit key */ |