summaryrefslogtreecommitdiff
path: root/arch/arm/mach-highbank/core.h
diff options
context:
space:
mode:
authorRob Herring <rob.herring@calxeda.com>2012-10-27 20:38:22 (GMT)
committerRob Herring <rob.herring@calxeda.com>2012-11-08 00:00:24 (GMT)
commit52530343331dc111e0899bfc976f21ace5b5c95c (patch)
tree815a1e0e8950dec620bd664367edfa9f69e4099c /arch/arm/mach-highbank/core.h
parentd3ad4a60a1b1448e59914eebefe1ccc8e64f9e2f (diff)
downloadlinux-fsl-qoriq-52530343331dc111e0899bfc976f21ace5b5c95c.tar.xz
ARM: highbank: use common debug_ll_io_init
Remove the platform static mapping code for uart and use the common debug_ll_io_init function. Signed-off-by: Rob Herring <rob.herring@calxeda.com>
Diffstat (limited to 'arch/arm/mach-highbank/core.h')
-rw-r--r--arch/arm/mach-highbank/core.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/arm/mach-highbank/core.h b/arch/arm/mach-highbank/core.h
index 286ec82..603b536 100644
--- a/arch/arm/mach-highbank/core.h
+++ b/arch/arm/mach-highbank/core.h
@@ -2,11 +2,6 @@ extern void highbank_set_cpu_jump(int cpu, void *jump_addr);
extern void highbank_clocks_init(void);
extern void highbank_restart(char, const char *);
extern void __iomem *scu_base_addr;
-#ifdef CONFIG_DEBUG_HIGHBANK_UART
-extern void highbank_lluart_map_io(void);
-#else
-static inline void highbank_lluart_map_io(void) {}
-#endif
#ifdef CONFIG_PM_SLEEP
extern void highbank_pm_init(void);