[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20061128045811.GB28516@redhat.com>
Date: Mon, 27 Nov 2006 23:58:11 -0500
From: Dave Jones <davej@...hat.com>
To: Linux Kernel <linux-kernel@...r.kernel.org>
Cc: Linus Torvalds <torvalds@...l.org>, Andrew Morton <akpm@...l.org>
Subject: 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 <davej@...hat.com>
--- 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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists