projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a40b012
)
MIPS: JZ4740: Forward declare struct uart_port in header.
author
Ralf Baechle
<ralf@linux-mips.org>
Wed, 17 Oct 2012 15:00:50 +0000
(17:00 +0200)
committer
Ralf Baechle
<ralf@linux-mips.org>
Wed, 17 Oct 2012 15:00:50 +0000
(17:00 +0200)
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>
arch/mips/jz4740/serial.h
patch
|
blob
|
history
diff --git
a/arch/mips/jz4740/serial.h
b/arch/mips/jz4740/serial.h
index aa5a93982c4d998ec385fd88d74a858e4b638fe8..8eb715bb1ea871f0141c0508a55a18f755257d5f 100644
(file)
--- 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