dm: scsi: Drop the ccb typedef
[platform/kernel/u-boot.git] / drivers / scsi / sandbox_scsi.c
index f4004a3..d943d1f 100644 (file)
@@ -19,7 +19,7 @@ void scsi_init(void)
 {
 }
 
-int scsi_exec(ccb *pccb)
+int scsi_exec(struct scsi_cmd *pccb)
 {
        return 0;
 }