summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2016-02-02 21:11:30 +0900
committerMasahiro Yamada <yamada.masahiro@socionext.com>2016-02-14 16:36:13 +0900
commita89be270e7eb42fca6c77bb25bd77971569f31ee (patch)
treeb28c9b97c49b0e1c85ce3a0fc0236f56b0d8c231 /arch
parent4b50369fb53599aca34636d3a6f70117fe38bf07 (diff)
downloadtalos-obmc-uboot-a89be270e7eb42fca6c77bb25bd77971569f31ee.tar.gz
talos-obmc-uboot-a89be270e7eb42fca6c77bb25bd77971569f31ee.zip
ARM: uniphier: add missing static qualifier
This function is for local use in the file. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/mach-uniphier/boot-mode/boot-mode-proxstream2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-uniphier/boot-mode/boot-mode-proxstream2.c b/arch/arm/mach-uniphier/boot-mode/boot-mode-proxstream2.c
index de12953585..3769ec555b 100644
--- a/arch/arm/mach-uniphier/boot-mode/boot-mode-proxstream2.c
+++ b/arch/arm/mach-uniphier/boot-mode/boot-mode-proxstream2.c
@@ -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;
}
OpenPOWER on IntegriCloud