diff options
Diffstat (limited to 'arch/arm/mach-omap1/common.h')
-rw-r--r-- | arch/arm/mach-omap1/common.h | 10 |
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 | ||
56 | int omap_serial_wakeup_init(void); | ||
57 | #else | ||
58 | static inline int omap_serial_wakeup_init(void) | ||
59 | { | ||
60 | return 0; | ||
61 | } | ||
62 | #endif | ||
63 | |||
55 | void omap1_init_early(void); | 64 | void omap1_init_early(void); |
56 | void omap1_init_irq(void); | 65 | void omap1_init_irq(void); |
66 | void omap1_init_late(void); | ||
57 | void omap1_restart(char, const char *); | 67 | void omap1_restart(char, const char *); |
58 | 68 | ||
59 | extern struct sys_timer omap1_timer; | 69 | extern struct sys_timer omap1_timer; |