aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap1/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-omap1/common.h')
-rw-r--r--arch/arm/mach-omap1/common.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/arm/mach-omap1/common.h b/arch/arm/mach-omap1/common.h
index af658ad338ec..0b77e6d68f5f 100644
--- a/arch/arm/mach-omap1/common.h
+++ b/arch/arm/mach-omap1/common.h
@@ -52,8 +52,18 @@ static inline void omap16xx_map_io(void)
52} 52}
53#endif 53#endif
54 54
55#ifdef CONFIG_OMAP_SERIAL_WAKE
56int omap_serial_wakeup_init(void);
57#else
58static inline int omap_serial_wakeup_init(void)
59{
60 return 0;
61}
62#endif
63
55void omap1_init_early(void); 64void omap1_init_early(void);
56void omap1_init_irq(void); 65void omap1_init_irq(void);
66void omap1_init_late(void);
57void omap1_restart(char, const char *); 67void omap1_restart(char, const char *);
58 68
59extern struct sys_timer omap1_timer; 69extern struct sys_timer omap1_timer;