Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

MIPS: JZ4740: Forward declare struct uart_port in header.

As suggested by Geert Uytterhoeven <geert@linux-m68k.org>.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Cc: Antony Pavlov <antonynpavlov@gmail.com>
Cc: linux-mips@linux-mips.org
Cc: Lars-Peter Clausen <lars@metafoo.de>

+2
+2
arch/mips/jz4740/serial.h
··· 16 16 #ifndef __MIPS_JZ4740_SERIAL_H__ 17 17 #define __MIPS_JZ4740_SERIAL_H__ 18 18 19 + struct uart_port; 20 + 19 21 void jz4740_serial_out(struct uart_port *p, int offset, int value); 20 22 21 23 #endif