mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 22:21:40 +00:00
scsi: imm: drop duplicate bus_reset handler
host_reset and bus_reset is the same function, so drop bus reset. Signed-off-by: Hannes Reinecke <hare@suse.com> Reviewed-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Johannes Thumshirn <jthumshirn@suse.de> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
This commit is contained in:
parent
4a56c1c166
commit
3e0273a860
@ -1106,7 +1106,6 @@ static struct scsi_host_template imm_template = {
|
||||
.name = "Iomega VPI2 (imm) interface",
|
||||
.queuecommand = imm_queuecommand,
|
||||
.eh_abort_handler = imm_abort,
|
||||
.eh_bus_reset_handler = imm_reset,
|
||||
.eh_host_reset_handler = imm_reset,
|
||||
.bios_param = imm_biosparam,
|
||||
.this_id = 7,
|
||||
|
Loading…
Reference in New Issue
Block a user