summaryrefslogtreecommitdiffstats
path: root/drivers/block
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/block')
-rw-r--r--drivers/block/ahci.c3
1 files changed, 1 insertions, 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*/
OpenPOWER on IntegriCloud