[IPV4]: Fix compile error building without CONFIG_FS_PROC
commitcc8274f50f2ad9a97a837451f63a0a3e65f7f490
authorLi Zefan <lizf@cn.fujitsu.com>
Tue, 5 Feb 2008 10:54:16 +0000 (5 02:54 -0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 5 Feb 2008 10:54:16 +0000 (5 02:54 -0800)
tree84c454135629d5f56bd74df875cbfbbab2b5a8c1
parent322c8a3c364ef4d9ead17e86890c19816b0e262f
[IPV4]: Fix compile error building without CONFIG_FS_PROC

compile error building without CONFIG_FS_PROC:

net/ipv4/fib_frontend.c: In function 'fib_net_init':
net/ipv4/fib_frontend.c:1032: error: implicit declaration of function 'fib_proc_
init'
net/ipv4/fib_frontend.c: In function 'fib_net_exit':
net/ipv4/fib_frontend.c:1047: error: implicit declaration of function 'fib_proc_
exit'

Signed-off-by: Li Zefan <lizf@cn.fujitsu.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/ip_fib.h