mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 16:52:14 +02:00
scsi: Remove completely unused functions
These functions are not called for any location. This patch removes them scsi_trim_trail(), scsi_get_disk_count() and scsi_setup_read6(). Signed-off-by: Michal Simek <michal.simek@xilinx.com> Reviewed-by: Tom Rini <trini@konsulko.com> Reviewed-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
@@ -175,9 +175,6 @@ void scsi_low_level_init(int busdevfunc);
|
||||
void scsi_init(void);
|
||||
void scsi_scan(int mode);
|
||||
|
||||
/** @return the number of scsi disks */
|
||||
int scsi_get_disk_count(void);
|
||||
|
||||
#define SCSI_IDENTIFY 0xC0 /* not used */
|
||||
|
||||
/* Hardware errors */
|
||||
|
Reference in New Issue
Block a user