summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-mvebu
diff options
context:
space:
mode:
authorBen Dooks2016-06-07 21:03:49 +0200
committerGregory CLEMENT2016-06-16 11:24:47 +0200
commitcb2bb5de64d1620e8fea432d014c29c7daf39e23 (patch)
tree66e04751b6b198c4d7eb19ac67b2659d452a0221 /arch/arm/mach-mvebu
parentmvebu: make mvebu_armada375_smp_wa_init() static (diff)
downloadkernel-qcow2-linux-cb2bb5de64d1620e8fea432d014c29c7daf39e23.tar.gz
kernel-qcow2-linux-cb2bb5de64d1620e8fea432d014c29c7daf39e23.tar.xz
kernel-qcow2-linux-cb2bb5de64d1620e8fea432d014c29c7daf39e23.zip
mvebu: add definition for coherency_base
Fix the warning that coherency_base is not defined by adding it to coherency.h (it is only used in the coherency_ll.S): arch/arm/mach-mvebu/coherency.c:41:14: warning: symbol 'coherency_base' was not declared. Should it be static? Signed-off-by: Ben Dooks <ben.dooks@codethink.co.uk> Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
Diffstat (limited to 'arch/arm/mach-mvebu')
-rw-r--r--arch/arm/mach-mvebu/coherency.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-mvebu/coherency.h b/arch/arm/mach-mvebu/coherency.h
index 54cb7607b526..6067f14263f7 100644
--- a/arch/arm/mach-mvebu/coherency.h
+++ b/arch/arm/mach-mvebu/coherency.h
@@ -14,6 +14,7 @@
#ifndef __MACH_370_XP_COHERENCY_H
#define __MACH_370_XP_COHERENCY_H
+extern void __iomem *coherency_base; /* for coherency_ll.S */
extern unsigned long coherency_phys_base;
int set_cpu_coherent(void);