]> Git Repo - J-u-boot.git/blobdiff - cmd/fat.c
Merge patch series "Cumulative fixes and updates for MediaTek ethernet driver"
[J-u-boot.git] / cmd / fat.c
index 1655e80e945028c79cc21354725a716a892a47e9..5b7484dc1af72b051632fcd326d30e8d5a8fd247 100644 (file)
--- a/cmd/fat.c
+++ b/cmd/fat.c
@@ -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);
 }
This page took 0.024566 seconds and 4 git commands to generate.