diff options
Diffstat (limited to 'cmd/scsi.c')
-rw-r--r-- | cmd/scsi.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/cmd/scsi.c b/cmd/scsi.c index 4549995ba73..c501d7f456d 100644 --- a/cmd/scsi.c +++ b/cmd/scsi.c @@ -34,9 +34,6 @@ static int do_scsi(struct cmd_tbl *cmdtp, int flag, int argc, if (argc == 2) { if (strncmp(argv[1], "res", 3) == 0) { printf("\nReset SCSI\n"); -#ifndef CONFIG_DM_SCSI - scsi_bus_reset(NULL); -#endif ret = scsi_scan(true); if (ret) return CMD_RET_FAILURE; |