scsi: Drop scsi_print_error()
[oweals/u-boot.git] / drivers / block / ahci.c
index 3fa14a76b8871e5785353be38ea64a39e2d7f9f6..f4744718a8e320b09aba518361eede2703846aff 100644 (file)
@@ -1092,8 +1092,3 @@ __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*/
-}