summaryrefslogtreecommitdiff
path: root/arch/arm/mach-mx6/cpu.c
diff options
context:
space:
mode:
authorAnson Huang <b20788@freescale.com>2011-11-07 11:26:19 +0800
committerJason Liu <r64343@freescale.com>2012-07-20 13:17:27 +0800
commita33c09fbc7327c05407d83d62df9ebd8daf6629f (patch)
tree94b005945453b6fde33b78507cf8f10ffebb0ba0 /arch/arm/mach-mx6/cpu.c
parent1cfaf830c074ea51b3f41a0ba42b220c7df68758 (diff)
ENGR00161510 [MX6]Fix build warning
arch/arm/mach-mx6/cpu.c:39: warning: 'arm_base' defined but not used. Signed-off-by: Anson Huang <b20788@freescale.com>
Diffstat (limited to 'arch/arm/mach-mx6/cpu.c')
-rw-r--r--arch/arm/mach-mx6/cpu.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-mx6/cpu.c b/arch/arm/mach-mx6/cpu.c
index 0833b574c301..f2b934519cfe 100644
--- a/arch/arm/mach-mx6/cpu.c
+++ b/arch/arm/mach-mx6/cpu.c
@@ -36,7 +36,6 @@ extern void mx6_wait(void);
struct cpu_op *(*get_cpu_op)(int *op);
-static void __iomem *arm_base = IO_ADDRESS(MX6Q_A9_PLATFRM_BASE);
bool enable_wait_mode;
void __iomem *gpc_base;