diff options
author | Shawn Guo <shawn.guo@linaro.org> | 2013-03-13 01:29:35 -0400 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2013-04-01 04:17:34 -0400 |
commit | fda7f2267ded7e892b07466eaf7173633ccb17ad (patch) | |
tree | 993ae9cf6166ad4f83dca841dd0f5db78b7f2d79 /arch/arm/mach-imx | |
parent | 4e33a0634c051aff538f2daae81eff4b3e191d4a (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.h | 1 |
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 *); | |||
111 | extern void imx_enable_cpu(int cpu, bool enable); | 111 | extern void imx_enable_cpu(int cpu, bool enable); |
112 | extern void imx_set_cpu_jump(int cpu, void *jump_addr); | 112 | extern void imx_set_cpu_jump(int cpu, void *jump_addr); |
113 | extern void v7_cpu_resume(void); | 113 | extern void v7_cpu_resume(void); |
114 | extern u32 *pl310_get_save_ptr(void); | ||
115 | #ifdef CONFIG_SMP | 114 | #ifdef CONFIG_SMP |
116 | extern void v7_secondary_startup(void); | 115 | extern void v7_secondary_startup(void); |
117 | extern void imx_scu_map_io(void); | 116 | extern void imx_scu_map_io(void); |