mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 08:42:12 +02:00
scsi: Drop scsi_print_error()
This function is only defined by one driver and is empty. Move it into the SCSI implementation itself. We could remove it, but it should be useful for debugging. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
This commit is contained in:
@@ -163,7 +163,6 @@ typedef struct SCSI_cmd_block{
|
||||
* decleration of functions which have to reside in the LowLevel Part Driver
|
||||
*/
|
||||
|
||||
void scsi_print_error(ccb *pccb);
|
||||
int scsi_exec(ccb *pccb);
|
||||
void scsi_bus_reset(void);
|
||||
#if !defined(CONFIG_DM_SCSI)
|
||||
|
Reference in New Issue
Block a user