diff options
author | Sachin Kamat <[email protected]> | 2014-06-24 17:13:49 +0530 |
---|---|---|
committer | Jason Cooper <[email protected]> | 2014-06-30 17:41:01 +0000 |
commit | 1440fbd271127c283790063f735afd75f832751d (patch) | |
tree | ed1e73959fcbe2de731b0498c902870c97a13a9f | |
parent | 9674d4a3cf4307dda468a0b48e5e43a2fdb56b68 (diff) |
ARM: mvebu: Staticize armada_375_smp_cpu1_enable_wa
'armada_375_smp_cpu1_enable_wa' is local to this file.
Signed-off-by: Sachin Kamat <[email protected]>
Link: https://lkml.kernel.org/r/[email protected]
Signed-off-by: Sachin Kamat <[email protected]>
Cc: Jason Cooper <[email protected]>
Cc: Andrew Lunn <[email protected]>
Cc: Gregory Clement <[email protected]>
Cc: Sebastian Hesselbarth <[email protected]>
Signed-off-by: Jason Cooper <[email protected]>
-rw-r--r-- | arch/arm/mach-mvebu/platsmp-a9.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-mvebu/platsmp-a9.c b/arch/arm/mach-mvebu/platsmp-a9.c index 65f532141a30..43aaf3fa75ee 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; |