summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/boot/io.h
diff options
context:
space:
mode:
authorLucas Tanure <tanure@linux.com>2014-07-24 10:24:06 -0300
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>2014-08-05 15:41:03 +1000
commitc03719ef2343bcc8f9da6f6670ddee9fff06f13e (patch)
tree70bfdb19968ed3376b8fded9f432e56a2789bf02 /arch/powerpc/boot/io.h
parent7340056567e32b2c9d3554eb146e1977c93da116 (diff)
downloadlinux-c03719ef2343bcc8f9da6f6670ddee9fff06f13e.tar.gz
linux-c03719ef2343bcc8f9da6f6670ddee9fff06f13e.tar.bz2
linux-c03719ef2343bcc8f9da6f6670ddee9fff06f13e.zip
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>
Diffstat (limited to 'arch/powerpc/boot/io.h')
-rw-r--r--arch/powerpc/boot/io.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/boot/io.h b/arch/powerpc/boot/io.h
index 7c09f4861fe1..394da5500466 100644
--- a/arch/powerpc/boot/io.h
+++ b/arch/powerpc/boot/io.h
@@ -1,5 +1,5 @@
#ifndef _IO_H
-#define __IO_H
+#define _IO_H
#include "types.h"