Skip to content
Snippets Groups Projects
Commit a1226540 authored by Ralf Baechle's avatar Ralf Baechle
Browse files

MIPS: JZ4740: Forward declare struct uart_port in header.


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

Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
Cc: Antony Pavlov <antonynpavlov@gmail.com>
Cc: linux-mips@linux-mips.org
Cc: Lars-Peter Clausen <lars@metafoo.de>
parent a40b012f
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment