Commit e3bc1e24 authored by Will Deacon's avatar Will Deacon

microblaze: io: remove dummy relaxed accessor macros

These are now defined by asm-generic/io.h, so we don't need the private
definitions anymore.
Acked-by: default avatarMichal Simek <monstr@monstr.eu>
Signed-off-by: default avatarWill Deacon <will.deacon@arm.com>
parent 9439eb3a
......@@ -69,12 +69,4 @@ extern void __iomem *ioremap(phys_addr_t address, unsigned long size);
#include <asm-generic/io.h>
#define readb_relaxed readb
#define readw_relaxed readw
#define readl_relaxed readl
#define writeb_relaxed writeb
#define writew_relaxed writew
#define writel_relaxed writel
#endif /* _ASM_MICROBLAZE_IO_H */
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment