diff options
Diffstat (limited to 'arch/mips')
-rw-r--r-- | arch/mips/jz4740/serial.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/mips/jz4740/serial.h b/arch/mips/jz4740/serial.h index aa5a93982c4d..8eb715bb1ea8 100644 --- a/arch/mips/jz4740/serial.h +++ b/arch/mips/jz4740/serial.h | |||
@@ -16,6 +16,8 @@ | |||
16 | #ifndef __MIPS_JZ4740_SERIAL_H__ | 16 | #ifndef __MIPS_JZ4740_SERIAL_H__ |
17 | #define __MIPS_JZ4740_SERIAL_H__ | 17 | #define __MIPS_JZ4740_SERIAL_H__ |
18 | 18 | ||
19 | struct uart_port; | ||
20 | |||
19 | void jz4740_serial_out(struct uart_port *p, int offset, int value); | 21 | void jz4740_serial_out(struct uart_port *p, int offset, int value); |
20 | 22 | ||
21 | #endif | 23 | #endif |