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>
This commit is contained in:
parent
7340056567
commit
c03719ef23
|
@ -1,5 +1,5 @@
|
|||
#ifndef _IO_H
|
||||
#define __IO_H
|
||||
#define _IO_H
|
||||
|
||||
#include "types.h"
|
||||
|
||||
|
|
Loading…
Reference in New Issue