Browse Source

powerpc: Fix wrong defintion in boot/io.h

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>
Lucas Tanure 11 years ago
parent
commit
c03719ef23
1 changed files with 1 additions and 1 deletions
  1. 1 1
      arch/powerpc/boot/io.h

+ 1 - 1
arch/powerpc/boot/io.h

@@ -1,5 +1,5 @@
 #ifndef _IO_H
-#define __IO_H
+#define _IO_H
 
 #include "types.h"