diff options
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arc/include/asm/io.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arc/include/asm/io.h b/arch/arc/include/asm/io.h index 473424d7528b..334ce7017a18 100644 --- a/arch/arc/include/asm/io.h +++ b/arch/arc/include/asm/io.h | |||
@@ -100,6 +100,10 @@ static inline void __raw_writel(u32 w, volatile void __iomem *addr) | |||
100 | 100 | ||
101 | } | 101 | } |
102 | 102 | ||
103 | #define readb_relaxed readb | ||
104 | #define readw_relaxed readw | ||
105 | #define readl_relaxed readl | ||
106 | |||
103 | #include <asm-generic/io.h> | 107 | #include <asm-generic/io.h> |
104 | 108 | ||
105 | #endif /* _ASM_ARC_IO_H */ | 109 | #endif /* _ASM_ARC_IO_H */ |