public inbox for linux-scsi@vger.kernel.org
 help / color / mirror / Atom feed
* [patch 2/2] libsas fails to compile on s390
@ 2006-11-09  3:57 akpm
  2006-11-09  8:34 ` Andrew Morton
  0 siblings, 1 reply; 6+ messages in thread
From: akpm @ 2006-11-09  3:57 UTC (permalink / raw)
  To: James.Bottomley; +Cc: linux-scsi, akpm, schwidefsky

From: Martin Schwidefsky <schwidefsky@de.ibm.com>

Explicitly include scatterlist.h in sas_internal.h to avoid the implicit
include dependency via the pci.h header.  For s390 the scatterlist.h header
is not included because CONFIG_PCI=n.

Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Cc: James Bottomley <James.Bottomley@steeleye.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
---

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

diff -puN drivers/scsi/libsas/sas_internal.h~libsas-fails-to-compile-on-s390 drivers/scsi/libsas/sas_internal.h
--- a/drivers/scsi/libsas/sas_internal.h~libsas-fails-to-compile-on-s390
+++ a/drivers/scsi/libsas/sas_internal.h
@@ -26,6 +26,7 @@
 #ifndef _SAS_INTERNAL_H_
 #define _SAS_INTERNAL_H_
 
+#include <linux/scatterlist.h>
 #include <scsi/scsi.h>
 #include <scsi/scsi_host.h>
 #include <scsi/scsi_transport_sas.h>
_

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2006-11-10  9:22 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-11-09  3:57 [patch 2/2] libsas fails to compile on s390 akpm
2006-11-09  8:34 ` Andrew Morton
2006-11-10  7:50   ` Heiko Carstens
2006-11-10  8:39     ` Andrew Morton
2006-11-10  9:00       ` Heiko Carstens
2006-11-10  9:22         ` Andrew Morton

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox