Skip to content

Commit

Permalink
[SCSI] Make scsi_transport_spi.h includable by itself
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Matthew Wilcox authored and James Bottomley committed Dec 14, 2005
1 parent 38d76df commit 829b846
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions include/scsi/scsi_transport_spi.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit 829b846

Please sign in to comment.