Linux MIPS Architecture development
 help / color / mirror / Atom feed
* [PATCH 1/2] MIPS: JZ4740: fix '#include guard' in serial.h
@ 2012-10-15 21:38 Antony Pavlov
  2012-10-15 21:38 ` [PATCH 2/2] MIPS: JZ4740: add missing header file to serial.h Antony Pavlov
  0 siblings, 1 reply; 5+ messages in thread
From: Antony Pavlov @ 2012-10-15 21:38 UTC (permalink / raw)
  To: linux-mips; +Cc: Ralf Baechle, Lars-Peter Clausen, Antony Pavlov

Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com>
---
 arch/mips/jz4740/serial.h |    1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/mips/jz4740/serial.h b/arch/mips/jz4740/serial.h
index b9fe3ad..aa5a939 100644
--- 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);
 
-- 
1.7.10.4

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2012-10-17 15:03 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-15 21:38 [PATCH 1/2] MIPS: JZ4740: fix '#include guard' in serial.h Antony Pavlov
2012-10-15 21:38 ` [PATCH 2/2] MIPS: JZ4740: add missing header file to serial.h Antony Pavlov
2012-10-16  8:19   ` Geert Uytterhoeven
2012-10-17 15:03     ` Ralf Baechle
2012-10-17 14:59   ` Ralf Baechle

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox