]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - common/cmd_source.c
mmc: add function to get the number of available mmc interfaces
[karo-tx-uboot.git] / common / cmd_source.c
index f3e9e605e17b6c65b756f163a692334c983eadb1..6881bc9ddd3382c02c4c6130f313e5efca0066f3 100644 (file)
@@ -142,8 +142,7 @@ source (ulong addr, const char *fit_uname)
 
 /**************************************************/
 #if defined(CONFIG_CMD_SOURCE)
-int
-do_source (cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])
+static int do_source(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])
 {
        ulong addr;
        int rcode;