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

do not export /usr/include/scsi in make headers_install

/usr/include/scsi is provided by glibc.
Remove the scsi export from make headers_install target.

Signed-off-by: Olaf Hering <olh@suse.de>
Cc: David Woodhouse <dwmw2@infradead.org>
Cc: James Bottomley <James.Bottomley@steeleye.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by

Olaf Hering and committed by
Linus Torvalds
e629a7dd 715015e8

-5
-1
include/Kbuild
··· 1 1 header-y += asm-generic/ 2 2 header-y += linux/ 3 - header-y += scsi/ 4 3 header-y += sound/ 5 4 header-y += mtd/ 6 5 header-y += rdma/
-4
include/scsi/Kbuild
··· 1 - header-y += scsi.h 2 - 3 - unifdef-y += scsi_ioctl.h 4 - unifdef-y += sg.h