Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e3bc1e24 authored by Will Deacon's avatar Will Deacon
Browse files

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
Loading
Loading
Loading
Loading
+0 −8
Original line number Diff line number Diff line
@@ -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 */