aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap1/io.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-omap1/io.c')
-rw-r--r--arch/arm/mach-omap1/io.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/mach-omap1/io.c b/arch/arm/mach-omap1/io.c
index d969a7203d14..cf811f2bc7fc 100644
--- a/arch/arm/mach-omap1/io.c
+++ b/arch/arm/mach-omap1/io.c
@@ -138,6 +138,11 @@ void __init omap1_init_early(void)
138 omap_init_consistent_dma_size(); 138 omap_init_consistent_dma_size();
139} 139}
140 140
141void __init omap1_init_late(void)
142{
143 omap_serial_wakeup_init();
144}
145
141/* 146/*
142 * NOTE: Please use ioremap + __raw_read/write where possible instead of these 147 * NOTE: Please use ioremap + __raw_read/write where possible instead of these
143 */ 148 */