]> git.sur5r.net Git - u-boot/commit
scsi: Make private functions static
authorMichal Simek <michal.simek@xilinx.com>
Wed, 30 Nov 2016 10:53:43 +0000 (11:53 +0100)
committerMichal Simek <michal.simek@xilinx.com>
Fri, 2 Dec 2016 13:37:26 +0000 (14:37 +0100)
commit545a284711eb767ccb67ee6746b64bb330fa9303
treeb40dbc0d1b27ca84b3862231402d0e1041130277
parent182ec15307ab9d11c4eccfae627df388646e34c4
scsi: Make private functions static

Several 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>
common/scsi.c