From: Jesse Gross Date: Fri, 21 Jun 2013 23:17:11 +0000 (-0700) Subject: ip_tunnel: Protect tunnel functions with CONFIG_INET guard. X-Git-Tag: v3.11-rc1~64^2~168 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5243b6ac9ed1310f2329b3d0a830a55589e518ea;p=pandora-kernel.git ip_tunnel: Protect tunnel functions with CONFIG_INET guard. Tunnel constants can be used in generic code but in these cases the inline functions in ip_tunnels.h cause compilation problems if CONFIG_INET is not set. CC: Pravin Shelar Reported-by: Randy Dunlap Signed-off-by: Jesse Gross Acked-by: Randy Dunlap Signed-off-by: David S. Miller --- Reading git-diff-tree failed