diff options
Diffstat (limited to 'arch/arm/plat-omap')
-rw-r--r-- | arch/arm/plat-omap/include/plat/serial.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/arch/arm/plat-omap/include/plat/serial.h b/arch/arm/plat-omap/include/plat/serial.h index 19145f5c32ba..cec5d56db2eb 100644 --- a/arch/arm/plat-omap/include/plat/serial.h +++ b/arch/arm/plat-omap/include/plat/serial.h | |||
@@ -93,9 +93,12 @@ | |||
93 | }) | 93 | }) |
94 | 94 | ||
95 | #ifndef __ASSEMBLER__ | 95 | #ifndef __ASSEMBLER__ |
96 | |||
97 | struct omap_board_data; | ||
98 | |||
96 | extern void __init omap_serial_early_init(void); | 99 | extern void __init omap_serial_early_init(void); |
97 | extern void omap_serial_init(void); | 100 | extern void omap_serial_init(void); |
98 | extern void omap_serial_init_port(int port); | 101 | extern void omap_serial_init_port(struct omap_board_data *bdata); |
99 | extern int omap_uart_can_sleep(void); | 102 | extern int omap_uart_can_sleep(void); |
100 | extern void omap_uart_check_wakeup(void); | 103 | extern void omap_uart_check_wakeup(void); |
101 | extern void omap_uart_prepare_suspend(void); | 104 | extern void omap_uart_prepare_suspend(void); |