From: Mahesh Bandewar Date: Thu, 27 Nov 2014 05:13:45 +0000 (-0800) Subject: ipvlan: ipvlan depends on INET and IPV6 X-Git-Tag: omap-for-v3.19/fixes-rc1~125^2~104 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=265de6d19cdd56745bf2277f0bc81ba5109b8717;p=pandora-kernel.git ipvlan: ipvlan depends on INET and IPV6 This driver uses ip_out_local() and ip6_route_output() which are defined only if CONFIG_INET and CONFIG_IPV6 are enabled respectively. Reported-by: Jim Davis Signed-off-by: Mahesh Bandewar Signed-off-by: David S. Miller --- Reading git-diff-tree failed