]> git.itanic.dy.fi Git - linux-stable/commitdiff
ARM: 8080/1: mcpm.h: remove unused variable declaration
authorNicolas Pitre <nicolas.pitre@linaro.org>
Thu, 19 Jun 2014 21:57:01 +0000 (22:57 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Sun, 29 Jun 2014 09:29:32 +0000 (10:29 +0100)
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>
arch/arm/include/asm/mcpm.h

index d9702eb0b02b03762c6953868e166df2dc73502d..94060adba174718f9b701395cf7ad8cf9d8d2192 100644 (file)
@@ -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);