[PATCH 1/1] ARM: mvebu: Staticize armada_375_smp_cpu1_enable_wa
Sachin Kamat
sachin.kamat at linaro.org
Tue May 27 04:44:35 PDT 2014
'armada_375_smp_cpu1_enable_wa' is local to this file.
Signed-off-by: Sachin Kamat <sachin.kamat at linaro.org>
---
arch/arm/mach-mvebu/platsmp-a9.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/mach-mvebu/platsmp-a9.c b/arch/arm/mach-mvebu/platsmp-a9.c
index 96c2c59e34b6..abe02b15c9a3 100644
--- a/arch/arm/mach-mvebu/platsmp-a9.c
+++ b/arch/arm/mach-mvebu/platsmp-a9.c
@@ -33,7 +33,7 @@
extern unsigned char armada_375_smp_cpu1_enable_code_end;
extern unsigned char armada_375_smp_cpu1_enable_code_start;
-void armada_375_smp_cpu1_enable_wa(void)
+static void armada_375_smp_cpu1_enable_wa(void)
{
void __iomem *sram_virt_base;
--
1.7.9.5
More information about the linux-arm-kernel
mailing list