scsi: Drop scsi_print_error()
[oweals/u-boot.git] / include / scsi.h
index 190dacd0f2ec1688885fbe824a5f84efdc4322fd..621d9382fc3df76e113d53ad3851cf08a02d87e7 100644 (file)
@@ -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)