]> git.baikalelectronics.ru Git - kernel.git/commit
net: xfrm statistics depend on INET
authorPaul Mundt <lethal@linux-sh.org>
Thu, 14 Feb 2008 22:48:45 +0000 (14:48 -0800)
committerDavid S. Miller <davem@davemloft.net>
Thu, 14 Feb 2008 22:48:45 +0000 (14:48 -0800)
commitd79f886759515ee3c087b4b2479b4a9074e5079c
tree65184615080e70e7fe4062451a11cabf42d44e26
parent17d1ca78af58e711b63b6dcb3f289cee83c37493
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>
net/xfrm/Kconfig