提交 a89be270 编写于 作者: M Masahiro Yamada

ARM: uniphier: add missing static qualifier

This function is for local use in the file.
Signed-off-by: NMasahiro Yamada <yamada.masahiro@socionext.com>
上级 4b50369f
......@@ -46,7 +46,7 @@ static struct boot_device_info boot_device_table[] = {
{BOOT_DEVICE_NONE, "Reserved"},
};
int get_boot_mode_sel(void)
static int get_boot_mode_sel(void)
{
return (readl(SG_PINMON0) >> 1) & 0x1f;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册