Skip to content

Commit

Permalink
[SCSI] Unexport scsi/scsi.h from headers_install
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Tom Rini authored and James Bottomley committed May 2, 2010
1 parent 2471b89 commit 7407e5b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/scsi/Kbuild
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 7407e5b

Please sign in to comment.