Re: [PATCH] [IPV4]: Fix compiler error with CONFIG_PROC_FS=n

2008-02-05 Thread David Miller
From: Johann Felix Soden <[EMAIL PROTECTED]> Date: Tue, 05 Feb 2008 19:43:54 +0100 > From: Johann Felix Soden <[EMAIL PROTECTED]> > > Handle CONFIG_PROC_FS=n in net/ipv4/fib_frontend.c because: > > net/ipv4/fib_frontend.c: In function 'fib_net_init': > net/ipv4/fib_frontend.c:1032: error: implic

Re: [PATCH] [IPV4]: Fix compiler error with CONFIG_PROC_FS=n

2008-02-05 Thread Denis V. Lunev
Johann Felix Soden wrote: > From: Johann Felix Soden <[EMAIL PROTECTED]> > > Handle CONFIG_PROC_FS=n in net/ipv4/fib_frontend.c because: > > 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/f

[PATCH] [IPV4]: Fix compiler error with CONFIG_PROC_FS=n

2008-02-05 Thread Johann Felix Soden
From: Johann Felix Soden <[EMAIL PROTECTED]> Handle CONFIG_PROC_FS=n in net/ipv4/fib_frontend.c because: 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':