summaryrefslogtreecommitdiff
path: root/include/scsi.h
diff options
context:
space:
mode:
authorMichal Simek <michal.simek@xilinx.com>2016-11-30 10:54:52 (GMT)
committerMichal Simek <michal.simek@xilinx.com>2016-12-02 13:37:26 (GMT)
commit182ec15307ab9d11c4eccfae627df388646e34c4 (patch)
tree770c583eeeea11c8895454e106c92ed0c94daf10 /include/scsi.h
parentcdb93b276ba1e477728befb36bcee17fcb770ffd (diff)
downloadu-boot-fsl-qoriq-182ec15307ab9d11c4eccfae627df388646e34c4.tar.xz
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>
Diffstat (limited to 'include/scsi.h')
-rw-r--r--include/scsi.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/scsi.h b/include/scsi.h
index 7e37591..eed8ff9 100644
--- a/include/scsi.h
+++ b/include/scsi.h
@@ -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 */