diff options
author | Ley Foon Tan <lftan@altera.com> | 2014-11-20 18:52:04 +0800 |
---|---|---|
committer | Ley Foon Tan <lftan@altera.com> | 2014-12-08 12:56:09 +0800 |
commit | 25f232536cb922c470abab4077231907cacf1c3b (patch) | |
tree | 0b698677146155bc0f5e749876d2b888ce47c967 /arch/nios2 | |
parent | 568f6ba03c5ecba5c6dd13e51554c205172ebdaf (diff) | |
download | linux-25f232536cb922c470abab4077231907cacf1c3b.tar.bz2 |
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 <lftan@altera.com>
Diffstat (limited to 'arch/nios2')
-rw-r--r-- | arch/nios2/include/asm/io.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/nios2/include/asm/io.h b/arch/nios2/include/asm/io.h index 65583ee4561a..94cd30ae8254 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 <asm/pgtable-bits.h> -#include <asm-generic/iomap.h> /* PCI is not supported in nios2, set this to 0. */ #define IO_SPACE_LIMIT 0 |