aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-imx
diff options
context:
space:
mode:
authorShawn Guo <shawn.guo@linaro.org>2013-03-13 01:29:35 -0400
committerShawn Guo <shawn.guo@linaro.org>2013-04-01 04:17:34 -0400
commitfda7f2267ded7e892b07466eaf7173633ccb17ad (patch)
tree993ae9cf6166ad4f83dca841dd0f5db78b7f2d79 /arch/arm/mach-imx
parent4e33a0634c051aff538f2daae81eff4b3e191d4a (diff)
ARM: imx: remove pl310_get_save_ptr() declaration
Commit a1f1c7e (arm/imx6q: add suspend/resume support) added declaration for a non-existing function pl310_get_save_ptr() by mistake. Remove it. Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'arch/arm/mach-imx')
-rw-r--r--arch/arm/mach-imx/common.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-imx/common.h b/arch/arm/mach-imx/common.h
index 048e6c850f54..d4b2f369751b 100644
--- a/arch/arm/mach-imx/common.h
+++ b/arch/arm/mach-imx/common.h
@@ -111,7 +111,6 @@ void tzic_handle_irq(struct pt_regs *);
111extern void imx_enable_cpu(int cpu, bool enable); 111extern void imx_enable_cpu(int cpu, bool enable);
112extern void imx_set_cpu_jump(int cpu, void *jump_addr); 112extern void imx_set_cpu_jump(int cpu, void *jump_addr);
113extern void v7_cpu_resume(void); 113extern void v7_cpu_resume(void);
114extern u32 *pl310_get_save_ptr(void);
115#ifdef CONFIG_SMP 114#ifdef CONFIG_SMP
116extern void v7_secondary_startup(void); 115extern void v7_secondary_startup(void);
117extern void imx_scu_map_io(void); 116extern void imx_scu_map_io(void);