Move exported header files under include/linux that don't check the __KERNEL__ preprocessor from unifdef-y to header-y. Signed-off-by: Robert P. J. Day <rpjday@xxxxxxxxxxxxxx> --- diff --git a/include/linux/Kbuild b/include/linux/Kbuild index b7d81b2..6333a16 100644 --- a/include/linux/Kbuild +++ b/include/linux/Kbuild @@ -104,6 +104,7 @@ header-y += iso_fs.h header-y += ixjuser.h header-y += jffs2.h header-y += keyctl.h +header-y += kvm.h header-y += limits.h header-y += dlm_plock.h header-y += magic.h @@ -157,11 +158,18 @@ header-y += toshiba.h header-y += udf_fs_i.h header-y += ultrasound.h header-y += un.h +header-y += unistd.h header-y += utime.h header-y += veth.h header-y += video_decoder.h header-y += video_encoder.h header-y += videotext.h +header-y += virtio_blk.h +header-y += virtio_net.h +header-y += virtio_9p.h +header-y += virtio_balloon.h +header-y += virtio_pci.h +header-y += wireless.h header-y += x25.h unifdef-y += acct.h @@ -253,7 +261,6 @@ unifdef-y += kd.h unifdef-y += kernelcapi.h unifdef-y += kernel.h unifdef-y += keyboard.h -unifdef-y += kvm.h unifdef-y += llc.h unifdef-y += loop.h unifdef-y += lp.h @@ -338,24 +345,17 @@ unifdef-y += types.h unifdef-y += udp.h unifdef-y += uinput.h unifdef-y += uio.h -unifdef-y += unistd.h unifdef-y += usbdevice_fs.h unifdef-y += utsname.h unifdef-y += videodev2.h unifdef-y += videodev.h unifdef-y += virtio_config.h -unifdef-y += virtio_blk.h -unifdef-y += virtio_net.h -unifdef-y += virtio_9p.h -unifdef-y += virtio_balloon.h unifdef-y += virtio_console.h -unifdef-y += virtio_pci.h unifdef-y += virtio_ring.h unifdef-y += vt.h unifdef-y += wait.h unifdef-y += wanrouter.h unifdef-y += watchdog.h -unifdef-y += wireless.h unifdef-y += xattr.h unifdef-y += xfrm.h ======================================================================== Robert P. J. Day Linux Consulting, Training and Annoying Kernel Pedantry: Have classroom, will lecture. http://crashcourse.ca Waterloo, Ontario, CANADA ======================================================================== -- To unsubscribe from this list: send the line "unsubscribe linux-kbuild" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html