From 3ee7877a489be6e5b74b7deba91f2eecddba4e06 Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Thu, 22 Sep 2011 19:02:57 +0200 Subject: introduce io.h To allow for some generic io accessors introduce io.h and use this instead of asm/io.h throughout the tree. Signed-off-by: Sascha Hauer --- arch/mips/mach-malta/include/mach/debug_ll.h | 2 +- arch/mips/mach-malta/reset.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'arch/mips/mach-malta') diff --git a/arch/mips/mach-malta/include/mach/debug_ll.h b/arch/mips/mach-malta/include/mach/debug_ll.h index 32d13c1a87..ccc9d9bfc7 100644 --- a/arch/mips/mach-malta/include/mach/debug_ll.h +++ b/arch/mips/mach-malta/include/mach/debug_ll.h @@ -24,7 +24,7 @@ #ifndef __INCLUDE_ARCH_DEBUG_LL_H__ #define __INCLUDE_ARCH_DEBUG_LL_H__ -#include +#include #include #define rbr 0 diff --git a/arch/mips/mach-malta/reset.c b/arch/mips/mach-malta/reset.c index 2818e7cfa3..d6fcd8dec2 100644 --- a/arch/mips/mach-malta/reset.c +++ b/arch/mips/mach-malta/reset.c @@ -24,7 +24,7 @@ */ #include -#include +#include #include void __noreturn reset_cpu(ulong addr) -- cgit v1.2.3