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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/ip_fib.h b/include/net/ip_fib.h
index f74cbb21af45..cbff18d748dd 100644
--- a/include/net/ip_fib.h
+++ b/include/net/ip_fib.h
@@ -186,7 +186,7 @@ static inline void fib_select_default(const struct flowi *flp, struct fib_result
186} 186}
187 187
188#else /* CONFIG_IP_MULTIPLE_TABLES */ 188#else /* CONFIG_IP_MULTIPLE_TABLES */
189extern void __init fib4_rules_init(void); 189extern int __init fib4_rules_init(void);
190 190
191#ifdef CONFIG_NET_CLS_ROUTE 191#ifdef CONFIG_NET_CLS_ROUTE
192extern u32 fib_rules_tclass(struct fib_result *res); 192extern u32 fib_rules_tclass(struct fib_result *res);