From 1a33b7356afb065fd80250a022f4881adbaac939 Mon Sep 17 00:00:00 2001 From: Dmitry Lifshitz Date: Mon, 15 Dec 2014 16:02:56 +0200 Subject: [PATCH] ahci-plat: provide a weak scsi_bus_reset() hook This allow the platform to handle a custom reset sequence. Signed-off-by: Dmitry Lifshitz Reviewed-by: Tom Rini --- drivers/block/ahci.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/block/ahci.c b/drivers/block/ahci.c index 12ed5e3635..37d2d2a28e 100644 --- a/drivers/block/ahci.c +++ b/drivers/block/ahci.c @@ -1010,12 +1010,11 @@ static int ata_io_flush(u8 port) } -void scsi_bus_reset(void) +__weak void scsi_bus_reset(void) { /*Not implement*/ } - void scsi_print_error(ccb * pccb) { /*The ahci error info can be read in the ahci driver*/