commit | b9203429a04402bd03c48fa87670686ef7e7891d | [log] [tgz] |
---|---|---|
author | Fabio Estevam <fabio.estevam@nxp.com> | Fri May 27 22:37:11 2016 -0300 |
committer | Lukasz Majewski <lukma@denx.de> | Sun Jun 18 21:11:10 2017 +0200 |
tree | 0cd10edc28d5acafbc07baf5cfc978f03f32f8a4 | |
parent | d419026a0275bf0a17367d414ca2e891f3c3386b [diff] |
cmd: usb_mass_storage: Staticize do_usb_mass_storage() Make do_usb_mass_storage() static to fix the following sparse warning: cmd/usb_mass_storage.c:136:5: warning: symbol 'do_usb_mass_storage' was not declared. Should it be static? Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>