diff options
-rw-r--r-- | include/net/ip_fib.h | 1 |
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 { | |||
145 | struct fib_table { | 145 | struct fib_table { |
146 | struct hlist_node tb_hlist; | 146 | struct hlist_node tb_hlist; |
147 | u32 tb_id; | 147 | u32 tb_id; |
148 | unsigned tb_stamp; | ||
149 | int tb_default; | 148 | int tb_default; |
150 | int (*tb_lookup)(struct fib_table *tb, const struct flowi *flp, struct fib_result *res); | 149 | int (*tb_lookup)(struct fib_table *tb, const struct flowi *flp, struct fib_result *res); |
151 | int (*tb_insert)(struct fib_table *, struct fib_config *); | 150 | int (*tb_insert)(struct fib_table *, struct fib_config *); |