diff options
author | Matthew Wilcox <matthew@wil.cx> | 2005-12-13 12:29:31 -0500 |
---|---|---|
committer | James Bottomley <jejb@mulgrave.(none)> | 2005-12-13 20:54:40 -0500 |
commit | 829b84675edbe05f11c289946216da4f5c6b8e94 (patch) | |
tree | 28ca0952c330ea3fc5dcb95603568d20aae56687 | |
parent | 38d76df2f5483478dee803cb6e39da5e506a6643 (diff) |
[SCSI] Make scsi_transport_spi.h includable by itself
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>
-rw-r--r-- | include/scsi/scsi_transport_spi.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/scsi/scsi_transport_spi.h b/include/scsi/scsi_transport_spi.h index 6bdc4afb2483..5c9b2e56e5b4 100644 --- a/include/scsi/scsi_transport_spi.h +++ b/include/scsi/scsi_transport_spi.h | |||
@@ -24,6 +24,9 @@ | |||
24 | #include <linux/transport_class.h> | 24 | #include <linux/transport_class.h> |
25 | 25 | ||
26 | struct scsi_transport_template; | 26 | struct scsi_transport_template; |
27 | struct scsi_target; | ||
28 | struct scsi_device; | ||
29 | struct Scsi_Host; | ||
27 | 30 | ||
28 | struct spi_transport_attrs { | 31 | struct spi_transport_attrs { |
29 | int period; /* value in the PPR/SDTR command */ | 32 | int period; /* value in the PPR/SDTR command */ |