mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-11 07:24:46 +00:00
cmd: fat: Make do_fat_size static
This is only used locally,so make it static Signed-off-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
This commit is contained in:
parent
ede2361998
commit
d4fa8da88c
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
|||
#include <part.h>
|
||||
#include <asm/cache.h>
|
||||
|
||||
int do_fat_size(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[])
|
||||
static int do_fat_size(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[])
|
||||
{
|
||||
return do_size(cmdtp, flag, argc, argv, FS_TYPE_FAT);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue