summaryrefslogtreecommitdiffstats
path: root/common/cmd_scsi.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/cmd_scsi.c')
-rw-r--r--common/cmd_scsi.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/common/cmd_scsi.c b/common/cmd_scsi.c
index f3d0c72168..c925823cd4 100644
--- a/common/cmd_scsi.c
+++ b/common/cmd_scsi.c
@@ -30,7 +30,6 @@
#include <common.h>
#include <command.h>
-#include <cmd_boot.h>
#include <asm/processor.h>
#include <scsi.h>
#include <image.h>
@@ -181,7 +180,6 @@ removable:
}
-
void scsi_init(void)
{
int busdevfunc;
@@ -206,7 +204,6 @@ block_dev_desc_t * scsi_get_dev(int dev)
}
-
/******************************************************************************
* scsi boot command intepreter. Derived from diskboot
*/
@@ -494,7 +491,6 @@ void scsi_ident_cpy (unsigned char *dest, unsigned char *src, unsigned int len)
}
-
/* Trim trailing blanks, and NUL-terminate string
*/
void scsi_trim_trail (unsigned char *str, unsigned int len)
@@ -594,5 +590,3 @@ void scsi_setup_inquiry(ccb * pccb)
}
#endif /* #if (CONFIG_COMMANDS & CFG_CMD_SCSI) */
-
-
OpenPOWER on IntegriCloud