summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-imx/common.h
diff options
context:
space:
mode:
authorShawn Guo <shawn.guo@linaro.org>2013-01-17 16:37:42 +0800
committerShawn Guo <shawn.guo@linaro.org>2013-01-29 14:05:41 +0800
commit3e549a69469775ae26dd3bc34365e6da5bdbf18c (patch)
treea09365927f90c3c2e5275b95e8cb2705ac377a6d /arch/arm/mach-imx/common.h
parentcd4842f55861202d8b1d8b1ed035f22014f0812c (diff)
downloadop-kernel-dev-3e549a69469775ae26dd3bc34365e6da5bdbf18c.zip
op-kernel-dev-3e549a69469775ae26dd3bc34365e6da5bdbf18c.tar.gz
ARM: imx: use debug_ll_io_init() for imx6q
Use debug_ll_io_init() to map low level debug port for imx6q, so that arch/arm/mach-imx/lluart.c can be removed. Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'arch/arm/mach-imx/common.h')
-rw-r--r--arch/arm/mach-imx/common.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/arm/mach-imx/common.h b/arch/arm/mach-imx/common.h
index 7eb3bb2..d672640 100644
--- a/arch/arm/mach-imx/common.h
+++ b/arch/arm/mach-imx/common.h
@@ -116,11 +116,6 @@ void tzic_handle_irq(struct pt_regs *);
extern void imx_enable_cpu(int cpu, bool enable);
extern void imx_set_cpu_jump(int cpu, void *jump_addr);
-#ifdef CONFIG_DEBUG_LL
-extern void imx_lluart_map_io(void);
-#else
-static inline void imx_lluart_map_io(void) {}
-#endif
extern void v7_cpu_resume(void);
extern u32 *pl310_get_save_ptr(void);
#ifdef CONFIG_SMP
OpenPOWER on IntegriCloud