summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorRami Rosen2009-04-27 11:35:32 +0200
committerDavid S. Miller2009-04-27 11:35:32 +0200
commit92ae3efa53b481ad669d8b85c6cfa37d774bb21e (patch)
tree0377eb1bafa6f378f64c69504736d34ea0131d61 /include
parentMerge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... (diff)
downloadkernel-qcow2-linux-92ae3efa53b481ad669d8b85c6cfa37d774bb21e.tar.gz
kernel-qcow2-linux-92ae3efa53b481ad669d8b85c6cfa37d774bb21e.tar.xz
kernel-qcow2-linux-92ae3efa53b481ad669d8b85c6cfa37d774bb21e.zip
ipv4: remove unused member in fib_table.
This patch removes an unused parameter (tb_stamp) from fib_table structure in include/net/ip_fib.h. Signed-off-by: Rami Rosen <ramirose@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include')
-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 8b12667f7a2b..34855eede5fe 100644
--- a/include/net/ip_fib.h
+++ b/include/net/ip_fib.h
@@ -145,7 +145,6 @@ struct fib_result_nl {
struct fib_table {
struct hlist_node tb_hlist;
u32 tb_id;
- unsigned tb_stamp;
int tb_default;
int (*tb_lookup)(struct fib_table *tb, const struct flowi *flp, struct fib_result *res);
int (*tb_insert)(struct fib_table *, struct fib_config *);