]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
mmc: add static to spl_mmc_get_device_index()
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Thu, 22 Jun 2017 07:52:36 +0000 (16:52 +0900)
committerJaehoon Chung <jh80.chung@samsung.com>
Wed, 19 Jul 2017 10:13:59 +0000 (19:13 +0900)
This function is only used in common/spl/spl_mmc.c[

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
common/spl/spl_mmc.c

index 18c1b59b22ccfb08533664967890bb442263a9c4..bb48cac1efac9784dbe44ca901ae06b7353ffc94 100644 (file)
@@ -96,7 +96,7 @@ end:
        return 0;
 }
 
-int spl_mmc_get_device_index(u32 boot_device)
+static int spl_mmc_get_device_index(u32 boot_device)
 {
        switch (boot_device) {
        case BOOT_DEVICE_MMC1: