summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/boot
diff options
context:
space:
mode:
authorLucas Tanure2014-07-24 15:24:06 +0200
committerBenjamin Herrenschmidt2014-08-05 07:41:03 +0200
commitc03719ef2343bcc8f9da6f6670ddee9fff06f13e (patch)
tree70bfdb19968ed3376b8fded9f432e56a2789bf02 /arch/powerpc/boot
parentpowerpc/pci: Reorder pci bus/bridge unregistration during PHB removal (diff)
downloadkernel-qcow2-linux-c03719ef2343bcc8f9da6f6670ddee9fff06f13e.tar.gz
kernel-qcow2-linux-c03719ef2343bcc8f9da6f6670ddee9fff06f13e.tar.xz
kernel-qcow2-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')
-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"