summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2017-06-22 07:52:36 (GMT)
committerJaehoon Chung <jh80.chung@samsung.com>2017-07-19 10:13:59 (GMT)
commit207d8b35330f05265d099aadb8d4c2505a403bea (patch)
tree7e500bf317c134a4d3d9802f8f6a747cb5da7477 /common
parenta79e8dfed6e8dad5887d37b59a497b8ebb17f8fa (diff)
downloadu-boot-fsl-qoriq-207d8b35330f05265d099aadb8d4c2505a403bea.tar.xz
mmc: add static to spl_mmc_get_device_index()
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>
Diffstat (limited to 'common')
-rw-r--r--common/spl/spl_mmc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/spl/spl_mmc.c b/common/spl/spl_mmc.c
index 18c1b59..bb48cac 100644
--- a/common/spl/spl_mmc.c
+++ b/common/spl/spl_mmc.c
@@ -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: