From: Lucas Tanure Date: Thu, 24 Jul 2014 13:24:06 +0000 (-0300) Subject: powerpc: Fix wrong defintion in boot/io.h X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=c03719ef2343bcc8f9da6f6670ddee9fff06f13e;p=openwrt%2Fstaging%2Fblogic.git powerpc: Fix wrong defintion in boot/io.h Fix wrong __IO_H definition in boot/io.h Reported-by: Fernando Silveira Signed-off-by: Lucas Tanure Signed-off-by: Benjamin Herrenschmidt --- 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"