add missing libsas include to fix s390 compilation.

From: Dave Jones
Date: Mon Nov 27 2006 - 23:58:56 EST


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 <davej@xxxxxxxxxx>

--- linux-2.6/include/scsi/libsas.h~ 2006-11-27 23:23:32.000000000 -0500
+++ linux-2.6/include/scsi/libsas.h 2006-11-27 23:23:39.000000000 -0500
@@ -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;


--
http://www.codemonkey.org.uk
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/