On Thu, Jul 30, 2009 at 12:05:32PM +0300, Boaz Harrosh wrote: > On 07/29/2009 11:56 PM, Michael S. Tsirkin wrote: > > On Wed, Jul 29, 2009 at 05:09:53PM +0300, Boaz Harrosh wrote: > >> TODO: > >> * Fix up Kernel headers by complying to check_headers > > > > This is accomplished by applying the following on top > > of my previous patch: > > > > This is not enough. The same should be done to the other 3 > include/scsi headers I mentioned and export them. Right. Well, that's easy enough, isn't it? Subject: scsi: export scsi_ioctl.h and sg.h headers glibc uses scsi/sg.h and scsi/scsi_ioctl.h, so we need to export these headers. Signed-off-by: Michael S. Tsirkin <mst@xxxxxxxxxx> --- include/scsi/Kbuild | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/include/scsi/Kbuild b/include/scsi/Kbuild index 33b2750..a61932c 100644 --- a/include/scsi/Kbuild +++ b/include/scsi/Kbuild @@ -1,3 +1,5 @@ +header-y += sg.h +header-y += scsi_ioctl.h header-y += scsi.h header-y += scsi_netlink.h header-y += scsi_netlink_fc.h -- 1.6.2.5 -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html