The patch titled do not export /usr/include/scsi in make headers_install has been removed from the -mm tree. Its filename was do-not-export-usr-include-scsi-in-make-headers_install.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ 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 origin.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