OSDN Git Service

powerpc: Fix wrong defintion in boot/io.h
authorLucas Tanure <tanure@linux.com>
Thu, 24 Jul 2014 13:24:06 +0000 (10:24 -0300)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Tue, 5 Aug 2014 05:41:03 +0000 (15:41 +1000)
Fix wrong __IO_H definition in boot/io.h

Reported-by: Fernando Silveira <fsilveira@gmail.com>
Signed-off-by: Lucas Tanure <tanure@linux.com>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
arch/powerpc/boot/io.h

index 7c09f48..394da55 100644 (file)
@@ -1,5 +1,5 @@
 #ifndef _IO_H
-#define __IO_H
+#define _IO_H
 
 #include "types.h"