]> git.baikalelectronics.ru Git - uboot.git/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)
commit78c3b17b9911049dc431fc7eced614a733b982bd
treeb40dbc0d1b27ca84b3862231402d0e1041130277
parent348f54c5ab8ef5a0f1730946f7317df557e23d8f
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