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

xtensa: io: remove dummy relaxed accessor macros for reads



These are now defined by asm-generic/io.h, so we don't need the private
definitions anymore.

Cc: Chris Zankel <chris@zankel.net>
Acked-by: default avatarMax Filippov <jcmvbkbc@gmail.com>
Signed-off-by: default avatarWill Deacon <will.deacon@arm.com>
parent 916136b3
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -74,13 +74,6 @@ static inline void iounmap(volatile void __iomem *addr)

#endif /* CONFIG_MMU */

/*
 * Generic I/O
 */
#define readb_relaxed readb
#define readw_relaxed readw
#define readl_relaxed readl

#endif	/* __KERNEL__ */

#include <asm-generic/io.h>