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:
Lucas Tanure 2014-07-24 10:24:06 -03:00 committed by Benjamin Herrenschmidt
parent 7340056567
commit c03719ef23
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
#ifndef _IO_H
#define __IO_H
#define _IO_H
#include "types.h"