projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fb944c9
)
MIPS: JZ4740: Fix '#include guard' in serial.h
author
Antony Pavlov
<antonynpavlov@gmail.com>
Mon, 15 Oct 2012 21:38:46 +0000
(
01:38
+0400)
committer
Ralf Baechle
<ralf@linux-mips.org>
Wed, 17 Oct 2012 14:58:51 +0000
(16:58 +0200)
Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com>
Cc: linux-mips@linux-mips.org
Cc: Lars-Peter Clausen <lars@metafoo.de>
Patchwork: https://patchwork.linux-mips.org/patch/4424/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/jz4740/serial.h
patch
|
blob
|
history
diff --git
a/arch/mips/jz4740/serial.h
b/arch/mips/jz4740/serial.h
index
b9fe3ad
..
aa5a939
100644
(file)
--- a/
arch/mips/jz4740/serial.h
+++ b/
arch/mips/jz4740/serial.h
@@
-14,6
+14,7
@@
*/
#ifndef __MIPS_JZ4740_SERIAL_H__
+#define __MIPS_JZ4740_SERIAL_H__
void jz4740_serial_out(struct uart_port *p, int offset, int value);