Skip to content

Commit

Permalink
net: xfrm statistics depend on INET
Browse files Browse the repository at this point in the history
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 <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
  • Loading branch information
pmundt authored and davem330 committed Feb 14, 2008
1 parent f51f5ec commit 0f4bda0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/xfrm/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ config XFRM_MIGRATE

config XFRM_STATISTICS
bool "Transformation statistics (EXPERIMENTAL)"
depends on XFRM && PROC_FS && EXPERIMENTAL
depends on INET && XFRM && PROC_FS && EXPERIMENTAL
---help---
This statistics is not a SNMP/MIB specification but shows
statistics about transformation error (or almost error) factor
Expand Down

0 comments on commit 0f4bda0

Please sign in to comment.