aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorTom Rini <tom_rini@mentor.com>2010-04-27 14:11:47 -0700
committerJames Bottomley <James.Bottomley@suse.de>2010-05-02 11:45:12 -0400
commit7407e5bba2cc821950344fd1391d9ad1b7e0b397 (patch)
treeebcf898bd0d57283a15541d2647a5f0984dd775b /include
parent[SCSI] pm8001: potential null dereference in pm8001_dev_gone_notify() (diff)
downloadlinux-dev-7407e5bba2cc821950344fd1391d9ad1b7e0b397.tar.xz
linux-dev-7407e5bba2cc821950344fd1391d9ad1b7e0b397.zip
[SCSI] Unexport scsi/scsi.h from headers_install
The scsi/scsi.h header is normally provided by the libc (and was not exported by the kernel since 2.6.24) and has been until it was re-exported with 2.6.31. The kernel version is not userspace clean and does not appear to provide anything useable in userland over the (e)glibc version. Signed-off-by: Tom Rini <tom_rini@mentor.com> Signed-off-by: James Bottomley <James.Bottomley@suse.de>
Diffstat (limited to 'include')
-rw-r--r--include/scsi/Kbuild1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/scsi/Kbuild b/include/scsi/Kbuild
index b3a0ee6b2f1c..f2b94918994d 100644
--- a/include/scsi/Kbuild
+++ b/include/scsi/Kbuild
@@ -1,4 +1,3 @@
-header-y += scsi.h
header-y += scsi_netlink.h
header-y += scsi_netlink_fc.h
header-y += scsi_bsg_fc.h