Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ipv6: Move <linux/in6.h> from header-y to unifdef-y.

Given that <linux/in6.h> contains a __KERNEL__ test, it should be
unifdef-ed.

Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by

Robert P. J. Day and committed by
David S. Miller
e6da97e7 090c48d3

+1 -1
+1 -1
include/linux/Kbuild
··· 92 92 header-y += if_strip.h 93 93 header-y += if_tun.h 94 94 header-y += if_tunnel.h 95 - header-y += in6.h 96 95 header-y += in_route.h 97 96 header-y += ioctl.h 98 97 header-y += ip6_tunnel.h ··· 235 236 unifdef-y += igmp.h 236 237 unifdef-y += inet_diag.h 237 238 unifdef-y += in.h 239 + unifdef-y += in6.h 238 240 unifdef-y += inotify.h 239 241 unifdef-y += input.h 240 242 unifdef-y += ip.h