diff options
Diffstat (limited to 'include/net/dn_fib.h')
-rw-r--r-- | include/net/dn_fib.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/net/dn_fib.h b/include/net/dn_fib.h index cd9c3782f838..d97aa10c463f 100644 --- a/include/net/dn_fib.h +++ b/include/net/dn_fib.h | |||
@@ -94,6 +94,7 @@ struct dn_fib_node { | |||
94 | 94 | ||
95 | 95 | ||
96 | struct dn_fib_table { | 96 | struct dn_fib_table { |
97 | struct hlist_node hlist; | ||
97 | u32 n; | 98 | u32 n; |
98 | 99 | ||
99 | int (*insert)(struct dn_fib_table *t, struct rtmsg *r, | 100 | int (*insert)(struct dn_fib_table *t, struct rtmsg *r, |
@@ -177,8 +178,6 @@ static inline void dn_fib_res_put(struct dn_fib_res *res) | |||
177 | fib_rule_put(res->r); | 178 | fib_rule_put(res->r); |
178 | } | 179 | } |
179 | 180 | ||
180 | extern struct dn_fib_table *dn_fib_tables[]; | ||
181 | |||
182 | #else /* Endnode */ | 181 | #else /* Endnode */ |
183 | 182 | ||
184 | #define dn_fib_init() do { } while(0) | 183 | #define dn_fib_init() do { } while(0) |