aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/net/ip_fib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/ip_fib.h b/include/net/ip_fib.h
index 3f6c943faedc..d948e232eb06 100644
--- a/include/net/ip_fib.h
+++ b/include/net/ip_fib.h
@@ -230,7 +230,7 @@ extern int fib_sync_down_dev(struct net_device *dev, int force);
230extern int fib_sync_down_addr(struct net *net, __be32 local); 230extern int fib_sync_down_addr(struct net *net, __be32 local);
231extern void fib_update_nh_saddrs(struct net_device *dev); 231extern void fib_update_nh_saddrs(struct net_device *dev);
232extern int fib_sync_up(struct net_device *dev); 232extern int fib_sync_up(struct net_device *dev);
233extern void fib_select_multipath(const struct flowi *flp, struct fib_result *res); 233extern void fib_select_multipath(struct fib_result *res);
234 234
235/* Exported by fib_trie.c */ 235/* Exported by fib_trie.c */
236extern void fib_trie_init(void); 236extern void fib_trie_init(void);