From: Robert P. J. Day Date: Mon, 19 May 2008 21:13:11 +0000 (-0700) Subject: ipv6: Move from header-y to unifdef-y. X-Git-Tag: upstream/snapshot3+hdmi~24800^2~30 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e6da97e7df385a1674cf9f72c31b7a0e46e2620d;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git ipv6: Move from header-y to unifdef-y. Given that contains a __KERNEL__ test, it should be unifdef-ed. Signed-off-by: Robert P. J. Day Signed-off-by: David S. Miller --- diff --git a/include/linux/Kbuild b/include/linux/Kbuild index b7d81b2..54a4cfb 100644 --- a/include/linux/Kbuild +++ b/include/linux/Kbuild @@ -92,7 +92,6 @@ header-y += if_slip.h header-y += if_strip.h header-y += if_tun.h header-y += if_tunnel.h -header-y += in6.h header-y += in_route.h header-y += ioctl.h header-y += ip6_tunnel.h @@ -236,6 +235,7 @@ unifdef-y += if_vlan.h unifdef-y += igmp.h unifdef-y += inet_diag.h unifdef-y += in.h +unifdef-y += in6.h unifdef-y += inotify.h unifdef-y += input.h unifdef-y += ip.h