]> Pileus Git - ~andy/linux/commitdiff
MIPS: JZ4740: Fix '#include guard' in serial.h
authorAntony Pavlov <antonynpavlov@gmail.com>
Mon, 15 Oct 2012 21:38:46 +0000 (01:38 +0400)
committerRalf 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

index b9fe3ade028987f67a97b29e1192ef8768d72c17..aa5a93982c4d998ec385fd88d74a858e4b638fe8 100644 (file)
@@ -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);