The patch titled do not export /usr/include/scsi in make headers_install has been added to the -mm tree. Its filename is do-not-export-usr-include-scsi-in-make-headers_install.patch *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: do not export /usr/include/scsi in make headers_install From: Olaf Hering <olh@xxxxxxx> /usr/include/scsi is provided by glibc. Remove the scsi export from make headers_install target. Signed-off-by: Olaf Hering <olh@xxxxxxx> Cc: David Woodhouse <dwmw2@xxxxxxxxxxxxx> Cc: James Bottomley <James.Bottomley@xxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- include/Kbuild | 1 - include/scsi/Kbuild | 4 ---- 2 files changed, 5 deletions(-) diff -puN include/Kbuild~do-not-export-usr-include-scsi-in-make-headers_install include/Kbuild --- a/include/Kbuild~do-not-export-usr-include-scsi-in-make-headers_install +++ a/include/Kbuild @@ -1,6 +1,5 @@ header-y += asm-generic/ header-y += linux/ -header-y += scsi/ header-y += sound/ header-y += mtd/ header-y += rdma/ diff -puN include/scsi/Kbuild~do-not-export-usr-include-scsi-in-make-headers_install /dev/null --- a/include/scsi/Kbuild +++ /dev/null @@ -1,4 +0,0 @@ -header-y += scsi.h - -unifdef-y += scsi_ioctl.h -unifdef-y += sg.h _ Patches currently in -mm which might be from olh@xxxxxxx are git-ieee1394.patch do-not-export-usr-include-scsi-in-make-headers_install.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html