]> pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
[PATCH] scsi_transport_spi build fix
authorAndrew Morton <akpm@osdl.org>
Thu, 19 Jan 2006 01:42:22 +0000 (17:42 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Thu, 19 Jan 2006 03:20:16 +0000 (19:20 -0800)
On alpha:

In file included from drivers/scsi/sym53c8xx_2/sym_glue.h:59,
                 from drivers/scsi/sym53c8xx_2/sym_fw.c:40:
include/scsi/scsi_transport_spi.h:57: error: field `dv_mutex' has incomplete type

Cc: James Bottomley <James.Bottomley@steeleye.com>
Cc: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
include/scsi/scsi_transport_spi.h

index 2b5930ba69ec465b43947e9e47493530448bb871..fb5a2ffae9394c15b9eaebccb91b9896bf67b54a 100644 (file)
@@ -22,6 +22,7 @@
 
 #include <linux/config.h>
 #include <linux/transport_class.h>
+#include <linux/mutex.h>
 
 struct scsi_transport_template;
 struct scsi_target;