diff options
Diffstat (limited to 'arch/arm/plat-omap/include/mach/serial.h')
-rw-r--r-- | arch/arm/plat-omap/include/mach/serial.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/plat-omap/include/mach/serial.h b/arch/arm/plat-omap/include/mach/serial.h index def0529c75eb..e249186d26e2 100644 --- a/arch/arm/plat-omap/include/mach/serial.h +++ b/arch/arm/plat-omap/include/mach/serial.h | |||
@@ -13,6 +13,8 @@ | |||
13 | #ifndef __ASM_ARCH_SERIAL_H | 13 | #ifndef __ASM_ARCH_SERIAL_H |
14 | #define __ASM_ARCH_SERIAL_H | 14 | #define __ASM_ARCH_SERIAL_H |
15 | 15 | ||
16 | #include <linux/init.h> | ||
17 | |||
16 | #if defined(CONFIG_ARCH_OMAP1) | 18 | #if defined(CONFIG_ARCH_OMAP1) |
17 | /* OMAP1 serial ports */ | 19 | /* OMAP1 serial ports */ |
18 | #define OMAP_UART1_BASE 0xfffb0000 | 20 | #define OMAP_UART1_BASE 0xfffb0000 |
@@ -53,6 +55,7 @@ | |||
53 | }) | 55 | }) |
54 | 56 | ||
55 | #ifndef __ASSEMBLER__ | 57 | #ifndef __ASSEMBLER__ |
58 | extern void __init omap_serial_early_init(void); | ||
56 | extern void omap_serial_init(void); | 59 | extern void omap_serial_init(void); |
57 | extern int omap_uart_can_sleep(void); | 60 | extern int omap_uart_can_sleep(void); |
58 | extern void omap_uart_check_wakeup(void); | 61 | extern void omap_uart_check_wakeup(void); |