]> git.sur5r.net Git - u-boot/commit
cmd: scsi: Make private functions static
authorMichal Simek <michal.simek@xilinx.com>
Wed, 30 Nov 2016 11:18:36 +0000 (12:18 +0100)
committerMichal Simek <michal.simek@xilinx.com>
Fri, 2 Dec 2016 13:37:32 +0000 (14:37 +0100)
commit861fe6503e205622202a61d3ca86cd4ccb80bf03
treecf0e0f79ed87cb6cd9f33a2dfd303ff3fa79451c
parent0b3a58eeee43e52ae1cfef920844952bc45d5cdb
cmd: scsi: Make private functions static

Two functions should be static because they are not exported to any
other file.
Warnings were reported by sparse C=1.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
cmd/scsi.c