From: Olaf Hering Date: Wed, 17 Oct 2007 06:27:01 +0000 (-0700) Subject: do not export /usr/include/scsi in make headers_install X-Git-Tag: v2.6.24-rc1~702 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e629a7ddc0188e1bb9e956e698a9bd00c19c9854;p=profile%2Fivi%2Fkernel-x86-ivi.git 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 Cc: David Woodhouse Cc: James Bottomley Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/include/Kbuild b/include/Kbuild index 2d03f99..b522887 100644 --- a/include/Kbuild +++ b/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 --git a/include/scsi/Kbuild b/include/scsi/Kbuild deleted file mode 100644 index 744f850..0000000 --- a/include/scsi/Kbuild +++ /dev/null @@ -1,4 +0,0 @@ -header-y += scsi.h - -unifdef-y += scsi_ioctl.h -unifdef-y += sg.h