aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-highbank/core.h
diff options
context:
space:
mode:
authorRob Herring <rob.herring@calxeda.com>2012-10-27 15:38:22 -0500
committerRob Herring <rob.herring@calxeda.com>2012-11-07 18:00:24 -0600
commit52530343331dc111e0899bfc976f21ace5b5c95c (patch)
tree815a1e0e8950dec620bd664367edfa9f69e4099c /arch/arm/mach-highbank/core.h
parentMerge remote-tracking branch 'arm-soc/devel/debug_ll_init' into debug_ll (diff)
downloadlinux-dev-52530343331dc111e0899bfc976f21ace5b5c95c.tar.xz
linux-dev-52530343331dc111e0899bfc976f21ace5b5c95c.zip
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 286ec82a4f63..603b536234a2 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);