Re: [U-Boot] [PATCH v1 1/5] common: scsi: Remove completely unused functions

2016-11-30 Thread Simon Glass
On 30 November 2016 at 13:46, Michal Simek wrote: > 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 > --- > >

Re: [U-Boot] [PATCH v1 1/5] common: scsi: Remove completely unused functions

2016-11-30 Thread Tom Rini
On Wed, Nov 30, 2016 at 09:46:47PM +0100, Michal Simek wrote: > 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

[U-Boot] [PATCH v1 1/5] common: scsi: Remove completely unused functions

2016-11-30 Thread Michal Simek
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 --- common/scsi.c | 35 --- include/scsi.h | 3 --- 2 files changed,