[SCSI] Remove no-op implementations of SCSI EH hooks
Drivers need not implement a hook that returns FAILED, and does nothing else, since the SCSI midlayer code will do that for us. Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
This commit is contained in:
@@ -118,9 +118,7 @@ static Scsi_Host_Template oakscsi_template = {
|
||||
.info = oakscsi_info,
|
||||
.queuecommand = oakscsi_queue_command,
|
||||
.eh_abort_handler = NCR5380_abort,
|
||||
.eh_device_reset_handler= NCR5380_device_reset,
|
||||
.eh_bus_reset_handler = NCR5380_bus_reset,
|
||||
.eh_host_reset_handler = NCR5380_host_reset,
|
||||
.can_queue = 16,
|
||||
.this_id = 7,
|
||||
.sg_tablesize = SG_ALL,
|
||||
|
Reference in New Issue
Block a user