summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShawn Guo <shawn.guo@linaro.org>2013-03-13 13:25:43 +0800
committerShawn Guo <shawn.guo@linaro.org>2013-04-01 16:17:34 +0800
commit4e33a0634c051aff538f2daae81eff4b3e191d4a (patch)
tree30f8a72d03b820ad094a0d72f1384fb534093024
parent07961ac7c0ee8b546658717034fe692fd12eefa9 (diff)
downloadlinux-3.10-4e33a0634c051aff538f2daae81eff4b3e191d4a.tar.gz
linux-3.10-4e33a0634c051aff538f2daae81eff4b3e191d4a.tar.bz2
linux-3.10-4e33a0634c051aff538f2daae81eff4b3e191d4a.zip
ARM: imx: remove duplicated function declaration
Commit 13eed98 (arm/imx6q: add device tree machine support) added duplicated function declaration for imx_enable_cpu() and imx_set_cpu_jump(). Remove them. Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
-rw-r--r--arch/arm/mach-imx/common.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-imx/common.h b/arch/arm/mach-imx/common.h
index 5a800bfcec5..048e6c850f5 100644
--- a/arch/arm/mach-imx/common.h
+++ b/arch/arm/mach-imx/common.h
@@ -122,8 +122,6 @@ static inline void imx_scu_map_io(void) {}
static inline void imx_smp_prepare(void) {}
static inline void imx_scu_standby_enable(void) {}
#endif
-extern void imx_enable_cpu(int cpu, bool enable);
-extern void imx_set_cpu_jump(int cpu, void *jump_addr);
extern void imx_src_init(void);
extern void imx_src_prepare_restart(void);
extern void imx_gpc_init(void);