Skip to content

Commit

Permalink
xtensa: io: remove dummy relaxed accessor macros for reads
Browse files Browse the repository at this point in the history
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: Max Filippov <jcmvbkbc@gmail.com>
Signed-off-by: Will Deacon <will.deacon@arm.com>
  • Loading branch information
Will Deacon committed Oct 20, 2014
1 parent 916136b commit affd2ae
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions arch/xtensa/include/asm/io.h
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit affd2ae

Please sign in to comment.