[PATCH] [XFRM] Add CONFIG_INET dependency to CONFIG_XFRM_STATISTICS

2008-02-15 Thread Johann Felix Soden
From: Johann Felix Soden <[EMAIL PROTECTED]> With INET=n and XFRM_STATISTICS=y I get the following build failure: net/built-in.o: In function `xfrm_init': (.init.text+0xcd7): undefined reference to `snmp_mib_init' Signed-off-by: Johann Felix Soden <[EMAIL PROTECTED]>

[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:

[NET]: Remove further references to net-modules.txt

2008-02-03 Thread Johann Felix Soden
From: Johann Felix Soden <[EMAIL PROTECTED]> The Kconfig of igb and enc28j60 contains references to obsolet Documentation/networking/net-modules.txt. Signed-off-by: Johann Felix Soden <[EMAIL PROTECTED]> --- drivers/net/Kconfig |6 ++ 1 files changed, 2 insertions(+),