diff options
| author | Ley Foon Tan <lftan@altera.com> | 2014-11-20 05:52:04 -0500 |
|---|---|---|
| committer | Ley Foon Tan <lftan@altera.com> | 2014-12-07 23:56:09 -0500 |
| commit | 25f232536cb922c470abab4077231907cacf1c3b (patch) | |
| tree | 0b698677146155bc0f5e749876d2b888ce47c967 | |
| parent | 568f6ba03c5ecba5c6dd13e51554c205172ebdaf (diff) | |
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>
| -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 @@ | |||
| 12 | #define _ASM_NIOS2_IO_H | 12 | #define _ASM_NIOS2_IO_H |
| 13 | 13 | ||
| 14 | #include <asm/pgtable-bits.h> | 14 | #include <asm/pgtable-bits.h> |
| 15 | #include <asm-generic/iomap.h> | ||
| 16 | 15 | ||
| 17 | /* PCI is not supported in nios2, set this to 0. */ | 16 | /* PCI is not supported in nios2, set this to 0. */ |
| 18 | #define IO_SPACE_LIMIT 0 | 17 | #define IO_SPACE_LIMIT 0 |
