From: Tom Rini Date: Tue, 27 Apr 2010 21:11:47 +0000 (-0700) Subject: [SCSI] Unexport scsi/scsi.h from headers_install X-Git-Tag: v2.6.35-rc1~470^2^2~54 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7407e5bba2cc821950344fd1391d9ad1b7e0b397;p=pandora-kernel.git [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 Signed-off-by: James Bottomley --- Reading git-diff-tree failed