Skip to content
Snippets Groups Projects
Commit 207d8b35 authored by Masahiro Yamada's avatar Masahiro Yamada Committed by Jaehoon Chung
Browse files

mmc: add static to spl_mmc_get_device_index()


This function is only used in common/spl/spl_mmc.c[

Signed-off-by: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
Reviewed-by: default avatarBin Meng <bmeng.cn@gmail.com>
Signed-off-by: default avatarJaehoon Chung <jh80.chung@samsung.com>
parent a79e8dfe
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment