OSDN Git Service

ip6_vti: Fix build when NET_IP_TUNNEL is not set.
authorSteffen Klassert <steffen.klassert@secunet.com>
Wed, 19 Feb 2014 12:33:23 +0000 (13:33 +0100)
committerSteffen Klassert <steffen.klassert@secunet.com>
Thu, 20 Feb 2014 13:29:49 +0000 (14:29 +0100)
commit876fc03aaa4d8cc81331119d80d3e9bfbf1164e8
treef75f88a8d0ad8848de9b871fcba0ec663ed86e10
parent960dfc4eb23a28495276b02604d7458e0e1a1ed8
ip6_vti: Fix build when NET_IP_TUNNEL is not set.

Since commit 469bdcefdc47a ip6_vti uses ip_tunnel_get_stats64(),
so we need to select NET_IP_TUNNEL to have this function available.

Fixes: 469bdcefdc ("ipv6: fix the use of pcpu_tstats in ip6_vti.c")
Signed-off-by: Steffen Klassert <steffen.klassert@secunet.com>
net/ipv6/Kconfig