mirror of
https://xff.cz/git/u-boot/
synced 2025-09-26 21:11:18 +02:00
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>
This commit is contained in:
committed by
Lukasz Majewski
parent
d419026a02
commit
b9203429a0
@@ -133,7 +133,7 @@ cleanup:
|
|||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
int do_usb_mass_storage(cmd_tbl_t *cmdtp, int flag,
|
static int do_usb_mass_storage(cmd_tbl_t *cmdtp, int flag,
|
||||||
int argc, char * const argv[])
|
int argc, char * const argv[])
|
||||||
{
|
{
|
||||||
const char *usb_controller;
|
const char *usb_controller;
|
||||||
|
Reference in New Issue
Block a user