From 25f232536cb922c470abab4077231907cacf1c3b Mon Sep 17 00:00:00 2001 From: Ley Foon Tan Date: Thu, 20 Nov 2014 18:52:04 +0800 Subject: [PATCH] nios2: remove include asm-generic/iomap.h from io.h Don't need asm-generic/iomap.h and asm-generic/io.h added default ioread8/16/32 iowrite8/16/32 implementation. Signed-off-by: Ley Foon Tan --- arch/nios2/include/asm/io.h | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/nios2/include/asm/io.h b/arch/nios2/include/asm/io.h index 65583ee..94cd30a 100644 --- a/arch/nios2/include/asm/io.h +++ b/arch/nios2/include/asm/io.h @@ -12,7 +12,6 @@ #define _ASM_NIOS2_IO_H #include -#include /* PCI is not supported in nios2, set this to 0. */ #define IO_SPACE_LIMIT 0 -- 2.7.4