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
@@ -313,8 +313,6 @@ static int __init sun3scsi_detect(struct scsi_host_template *tpnt)
|
||||
|
||||
instance->n_io_port = 32;
|
||||
|
||||
((struct NCR5380_hostdata *)instance->hostdata)->ctrl = 0;
|
||||
|
||||
if (request_irq(instance->irq, scsi_sun3_intr,
|
||||
0, "Sun3SCSI-5380", instance)) {
|
||||
#ifndef REAL_DMA
|
||||
|
Reference in New Issue
Block a user