commit 4195bdbea42151c04485b0d131eed6dd97309cee
tree 5d82b4852dff9e4729dd55af90906d5a46c99a39
parent de88777e6942de76410ad2eb2858f5fbb6eb9c35
author Dave Jones <[EMAIL PROTECTED]> 1164689891 -0500
committer Linus Torvalds <[EMAIL PROTECTED]> 1164763610 -0800

[PATCH] add missing libsas include to fix s390 compilation.

include/scsi/libsas.h:479: error: field 'smp_req' has incomplete type
include/scsi/libsas.h:480: error: field 'smp_resp' has incomplete type

Signed-off-by: Dave Jones <[EMAIL PROTECTED]>
Signed-off-by: Linus Torvalds <[EMAIL PROTECTED]>

 include/scsi/libsas.h |    1 +
 1 file changed, 1 insertion(+)

diff --git a/include/scsi/libsas.h b/include/scsi/libsas.h
index 9582e84..1d77b63 100644
--- a/include/scsi/libsas.h
+++ b/include/scsi/libsas.h
@@ -35,6 +35,7 @@
 #include <scsi/scsi_device.h>
 #include <scsi/scsi_cmnd.h>
 #include <scsi/scsi_transport_sas.h>
+#include <asm/scatterlist.h>
 
 struct block_device;
 
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to