[SCSI] Make scsi_transport_spi.h includable by itself
authorMatthew Wilcox <matthew@wil.cx>
Tue, 13 Dec 2005 17:29:31 +0000 (10:29 -0700)
committerJames Bottomley <jejb@mulgrave.(none)>
Wed, 14 Dec 2005 01:54:40 +0000 (18:54 -0700)
Add forward declarations to allow scsi_transport_spi.h to be compiled by
itself.

Signed-off-by: Matthew Wilcox <matthew@wil.cx>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
include/scsi/scsi_transport_spi.h

index 6bdc4af..5c9b2e5 100644 (file)
@@ -24,6 +24,9 @@
 #include <linux/transport_class.h>
 
 struct scsi_transport_template;
+struct scsi_target;
+struct scsi_device;
+struct Scsi_Host;
 
 struct spi_transport_attrs {
        int period;             /* value in the PPR/SDTR command */