diff options
author | Finn Thain <fthain@telegraphics.com.au> | 2014-11-12 00:11:48 -0500 |
---|---|---|
committer | Christoph Hellwig <hch@lst.de> | 2014-11-20 03:11:03 -0500 |
commit | acfc8cad9135444fdad5385cd9f795fab469a699 (patch) | |
tree | 5218297eb7f14e03e5b4752b9f969902f5af672d /drivers/scsi/sun3_scsi.h | |
parent | d61c5427f652dd89128f1d2b077aebece3c1a884 (diff) |
ncr5380: Remove unused hostdata fields
Remove unused fields from hostdata structs declared with the
NCR5380_implementation_fields macro.
Signed-off-by: Finn Thain <fthain@telegraphics.com.au>
Reviewed-by: Hannes Reinecke <hare@suse.de>
Signed-off-by: Christoph Hellwig <hch@lst.de>
Diffstat (limited to 'drivers/scsi/sun3_scsi.h')
-rw-r--r-- | drivers/scsi/sun3_scsi.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/scsi/sun3_scsi.h b/drivers/scsi/sun3_scsi.h index e96a37cf06ac..848148c16a52 100644 --- a/drivers/scsi/sun3_scsi.h +++ b/drivers/scsi/sun3_scsi.h | |||
@@ -78,8 +78,7 @@ static int sun3scsi_release (struct Scsi_Host *); | |||
78 | #define SUN3_SCSI_NAME "Sun3 NCR5380 SCSI" | 78 | #define SUN3_SCSI_NAME "Sun3 NCR5380 SCSI" |
79 | #endif | 79 | #endif |
80 | 80 | ||
81 | #define NCR5380_implementation_fields \ | 81 | #define NCR5380_implementation_fields /* none */ |
82 | int port, ctrl | ||
83 | 82 | ||
84 | #define NCR5380_local_declare() \ | 83 | #define NCR5380_local_declare() \ |
85 | struct Scsi_Host *_instance | 84 | struct Scsi_Host *_instance |