* [PATCH] powerpc: fix wrong defintion in boot/io.h
@ 2014-07-24 13:24 ` Lucas Tanure
0 siblings, 0 replies; 2+ messages in thread
From: Lucas Tanure @ 2014-07-24 13:24 UTC (permalink / raw)
To: kernelnewbies
Fix wrong __IO_H definition in boot/io.h
Reported-by: Fernando Silveira <fsilveira@gmail.com>
Signed-off-by: Lucas Tanure <tanure@linux.com>
---
arch/powerpc/boot/io.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/powerpc/boot/io.h b/arch/powerpc/boot/io.h
index 7c09f48..394da55 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"
--
2.0.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [PATCH] powerpc: fix wrong defintion in boot/io.h
@ 2014-07-24 13:24 ` Lucas Tanure
0 siblings, 0 replies; 2+ messages in thread
From: Lucas Tanure @ 2014-07-24 13:24 UTC (permalink / raw)
To: Benjamin Herrenschmidt, Paul Mackerras, linuxppc-dev,
linux-kernel, trivial, kernelnewbies
Fix wrong __IO_H definition in boot/io.h
Reported-by: Fernando Silveira <fsilveira@gmail.com>
Signed-off-by: Lucas Tanure <tanure@linux.com>
---
arch/powerpc/boot/io.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/powerpc/boot/io.h b/arch/powerpc/boot/io.h
index 7c09f48..394da55 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"
--
2.0.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-07-24 13:24 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-24 13:24 [PATCH] powerpc: fix wrong defintion in boot/io.h Lucas Tanure
2014-07-24 13:24 ` Lucas Tanure
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.