aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/ip_fib.h
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2012-07-12 09:39:28 -0700
committerDavid S. Miller <davem@davemloft.net>2012-07-12 09:39:28 -0700
commit391e5c22f5f4e55817f8ba18a08ea717ed2d4a1f (patch)
tree343c50c18d4997d8135a6b20c7be69eb16fd35e3 /include/net/ip_fib.h
parentMerge branch 'for-davem' of git://gitorious.org/linux-can/linux-can-next (diff)
downloadlinux-dev-391e5c22f5f4e55817f8ba18a08ea717ed2d4a1f.tar.xz
linux-dev-391e5c22f5f4e55817f8ba18a08ea717ed2d4a1f.zip
ipv4: Remove tb_peers from fib_table.
No longer used. Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/ip_fib.h')
-rw-r--r--include/net/ip_fib.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/net/ip_fib.h b/include/net/ip_fib.h
index 000c4674e18e..e91fedd22db2 100644
--- a/include/net/ip_fib.h
+++ b/include/net/ip_fib.h
@@ -162,7 +162,6 @@ struct fib_table {
u32 tb_id;
int tb_default;
int tb_num_default;
- struct inet_peer_base tb_peers;
unsigned long tb_data[0];
};