From: Ralf Baechle Date: Wed, 17 Oct 2012 15:00:50 +0000 (+0200) Subject: MIPS: JZ4740: Forward declare struct uart_port in header. X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=a12265400c18e6e67d444f05fec3a792a2f87c10;p=linux-beck.git MIPS: JZ4740: Forward declare struct uart_port in header. As suggested by Geert Uytterhoeven . Signed-off-by: Ralf Baechle Cc: Antony Pavlov Cc: linux-mips@linux-mips.org Cc: Lars-Peter Clausen --- 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 @@ #ifndef __MIPS_JZ4740_SERIAL_H__ #define __MIPS_JZ4740_SERIAL_H__ +struct uart_port; + void jz4740_serial_out(struct uart_port *p, int offset, int value); #endif