net: xfrm statistics depend on INET

net/built-in.o: In function `xfrm_policy_init':
/home/pmundt/devel/git/sh-2.6.25/net/xfrm/xfrm_policy.c:2338: undefined reference to `snmp_mib_init'

snmp_mib_init() is only built in if CONFIG_INET is set.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by Paul Mundt and committed by David S. Miller 0f4bda00 f51f5ec6

+1 -1
+1 -1
net/xfrm/Kconfig
··· 38 39 config XFRM_STATISTICS 40 bool "Transformation statistics (EXPERIMENTAL)" 41 - depends on XFRM && PROC_FS && EXPERIMENTAL 42 ---help--- 43 This statistics is not a SNMP/MIB specification but shows 44 statistics about transformation error (or almost error) factor
··· 38 39 config XFRM_STATISTICS 40 bool "Transformation statistics (EXPERIMENTAL)" 41 + depends on INET && XFRM && PROC_FS && EXPERIMENTAL 42 ---help--- 43 This statistics is not a SNMP/MIB specification but shows 44 statistics about transformation error (or almost error) factor