From e629a7ddc0188e1bb9e956e698a9bd00c19c9854 Mon Sep 17 00:00:00 2001 From: Olaf Hering Date: Tue, 16 Oct 2007 23:27:01 -0700 Subject: [PATCH] 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 --- include/Kbuild | 1 - include/scsi/Kbuild | 4 ---- 2 files changed, 5 deletions(-) delete mode 100644 include/scsi/Kbuild diff --git a/include/Kbuild b/include/Kbuild index 2d03f995865f..b52288774345 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 744f85011f1e..000000000000 --- a/include/scsi/Kbuild +++ /dev/null @@ -1,4 +0,0 @@ -header-y += scsi.h - -unifdef-y += scsi_ioctl.h -unifdef-y += sg.h -- 2.34.1