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>
This commit is contained in:

committed by
Christoph Hellwig

parent
d61c5427f6
commit
acfc8cad91
@@ -78,8 +78,7 @@ static int sun3scsi_release (struct Scsi_Host *);
|
||||
#define SUN3_SCSI_NAME "Sun3 NCR5380 SCSI"
|
||||
#endif
|
||||
|
||||
#define NCR5380_implementation_fields \
|
||||
int port, ctrl
|
||||
#define NCR5380_implementation_fields /* none */
|
||||
|
||||
#define NCR5380_local_declare() \
|
||||
struct Scsi_Host *_instance
|
||||
|
Reference in New Issue
Block a user