aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Pitre <nicolas.pitre@linaro.org>2014-06-19 22:57:01 +0100
committerRussell King <rmk+kernel@arm.linux.org.uk>2014-06-29 10:29:32 +0100
commitd0ba7cc02cc20a3ae6ad60b842c5e786f584bb47 (patch)
tree6ab4fd763ce8113d4be6dd22fb1aa9a2fa31b24d
parent98ea2dba65932ffc456b6d7b11b8a0624e2f7b95 (diff)
downloadlinux-d0ba7cc02cc20a3ae6ad60b842c5e786f584bb47.tar.gz
ARM: 8080/1: mcpm.h: remove unused variable declaration
The sync_phys variable has been replaced by link time computation in mcpm_head.S before the code was submitted upstream. Signed-off-by: Nicolas Pitre <nico@linaro.org> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
-rw-r--r--arch/arm/include/asm/mcpm.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/include/asm/mcpm.h b/arch/arm/include/asm/mcpm.h
index d9702eb0b02b03..94060adba17471 100644
--- a/arch/arm/include/asm/mcpm.h
+++ b/arch/arm/include/asm/mcpm.h
@@ -208,8 +208,6 @@ struct sync_struct {
struct mcpm_sync_struct clusters[MAX_NR_CLUSTERS];
};
-extern unsigned long sync_phys; /* physical address of *mcpm_sync */
-
void __mcpm_cpu_going_down(unsigned int cpu, unsigned int cluster);
void __mcpm_cpu_down(unsigned int cpu, unsigned int cluster);
void __mcpm_outbound_leave_critical(unsigned int cluster, int state);