From: Matthew Wilcox Date: Tue, 13 Dec 2005 17:29:31 +0000 (-0700) Subject: [SCSI] Make scsi_transport_spi.h includable by itself X-Git-Tag: firefly_0821_release~38905^2~16^2~33^2~22 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=829b84675edbe05f11c289946216da4f5c6b8e94;p=firefly-linux-kernel-4.4.55.git [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 Signed-off-by: James Bottomley --- 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 @@ #include 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 */