Skip to content
Snippets Groups Projects
Commit a89be270 authored by Masahiro Yamada's avatar Masahiro Yamada
Browse files

ARM: uniphier: add missing static qualifier


This function is for local use in the file.

Signed-off-by: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
parent 4b50369f
No related branches found
No related tags found
No related merge requests found
...@@ -46,7 +46,7 @@ static struct boot_device_info boot_device_table[] = { ...@@ -46,7 +46,7 @@ static struct boot_device_info boot_device_table[] = {
{BOOT_DEVICE_NONE, "Reserved"}, {BOOT_DEVICE_NONE, "Reserved"},
}; };
int get_boot_mode_sel(void) static int get_boot_mode_sel(void)
{ {
return (readl(SG_PINMON0) >> 1) & 0x1f; return (readl(SG_PINMON0) >> 1) & 0x1f;
} }
......
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