From: Hannes Reinecke Date: Fri, 25 Aug 2017 11:57:19 +0000 (+0200) Subject: scsi: megaraid_mbox: drop duplicate bus reset and device reset function X-Git-Tag: v4.14-rc1~41^2~34 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=6d415342ad15f7ca6e92b7a67ae49083e313d849;p=uclinux-h8%2Flinux.git 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 Reviewed-by: Christoph Hellwig Reviewed-by: Johannes Thumshirn Signed-off-by: Martin K. Petersen --- diff --git a/drivers/scsi/megaraid/megaraid_mbox.c b/drivers/scsi/megaraid/megaraid_mbox.c index 6d0bd3ae397e..ec3c43854978 100644 --- a/drivers/scsi/megaraid/megaraid_mbox.c +++ b/drivers/scsi/megaraid/megaraid_mbox.c @@ -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,