From 182ec15307ab9d11c4eccfae627df388646e34c4 Mon Sep 17 00:00:00 2001 From: Michal Simek Date: Wed, 30 Nov 2016 11:54:52 +0100 Subject: 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 Reviewed-by: Tom Rini Reviewed-by: Simon Glass --- include/scsi.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'include') diff --git a/include/scsi.h b/include/scsi.h index 7e3759140b..eed8ff9717 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 */ -- cgit