mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-01-07 10:03:24 +00:00
scsi: megaraid_mbox: drop duplicate bus reset and device reset function
megaraid_mbox only has one reset function, and that is a host reset. So drop the duplicate bus reset and device reset functions. 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
4c3bb256ed
commit
6d415342ad
@ -341,8 +341,6 @@ static struct scsi_host_template megaraid_template_g = {
|
||||
.proc_name = "megaraid",
|
||||
.queuecommand = megaraid_queue_command,
|
||||
.eh_abort_handler = megaraid_abort_handler,
|
||||
.eh_device_reset_handler = megaraid_reset_handler,
|
||||
.eh_bus_reset_handler = megaraid_reset_handler,
|
||||
.eh_host_reset_handler = megaraid_reset_handler,
|
||||
.change_queue_depth = scsi_change_queue_depth,
|
||||
.use_clustering = ENABLE_CLUSTERING,
|
||||
|
Loading…
Reference in New Issue
Block a user