aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/ip_fib.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/net/ip_fib.h')
-rw-r--r--include/net/ip_fib.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/net/ip_fib.h b/include/net/ip_fib.h
index 819d61ca25cb..08b46b8c3031 100644
--- a/include/net/ip_fib.h
+++ b/include/net/ip_fib.h
@@ -228,9 +228,9 @@ extern int fib_sync_up(struct net_device *dev);
228extern __be32 __fib_res_prefsrc(struct fib_result *res); 228extern __be32 __fib_res_prefsrc(struct fib_result *res);
229extern void fib_select_multipath(const struct flowi *flp, struct fib_result *res); 229extern void fib_select_multipath(const struct flowi *flp, struct fib_result *res);
230 230
231/* Exported by fib_{hash|trie}.c */ 231/* Exported by fib_trie.c */
232extern void fib_hash_init(void); 232extern void fib_trie_init(void);
233extern struct fib_table *fib_hash_table(u32 id); 233extern struct fib_table *fib_trie_table(u32 id);
234 234
235static inline void fib_combine_itag(u32 *itag, struct fib_result *res) 235static inline void fib_combine_itag(u32 *itag, struct fib_result *res)
236{ 236{