projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7340056
)
powerpc: Fix wrong defintion in boot/io.h
author
Lucas Tanure
<tanure@linux.com>
Thu, 24 Jul 2014 13:24:06 +0000
(10:24 -0300)
committer
Benjamin 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
patch
|
blob
|
blame
|
history
diff --git
a/arch/powerpc/boot/io.h
b/arch/powerpc/boot/io.h
index 7c09f4861fe18b32eba553dc3a72679726142f7b..394da5500466ff7f9a4cfcd183398fccc7d9a28b 100644
(file)
--- 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"