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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/net/ip_fib.h b/include/net/ip_fib.h
index d70b9b49f8b1..f74cbb21af45 100644
--- a/include/net/ip_fib.h
+++ b/include/net/ip_fib.h
@@ -253,8 +253,8 @@ static inline void fib_res_put(struct fib_result *res)
253} 253}
254 254
255#ifdef CONFIG_PROC_FS 255#ifdef CONFIG_PROC_FS
256extern int fib_proc_init(void); 256extern int __net_init fib_proc_init(struct net *net);
257extern void fib_proc_exit(void); 257extern void __net_exit fib_proc_exit(struct net *net);
258#endif 258#endif
259 259
260#endif /* _NET_FIB_H */ 260#endif /* _NET_FIB_H */