diff options
-rw-r--r-- | include/asm-mips/io.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-mips/io.h b/include/asm-mips/io.h index b10fa8ba7..1a89c2cf0 100644 --- a/include/asm-mips/io.h +++ b/include/asm-mips/io.h @@ -24,7 +24,7 @@ * Sane hardware offers swapping of I/O space accesses in hardware; less * sane hardware forces software to fiddle with this ... */ -#ifdef CONFIG_SWAP_IO_SPACE +#if defined(CONFIG_SWAP_IO_SPACE) && defined(__MIPSEB__) #define __ioswab8(x) (x) #define __ioswab16(x) swab16(x) |