Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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: Max Filippov <jcmvbkbc@gmail.com>
Signed-off-by: Will Deacon <will.deacon@arm.com>

-7
-7
arch/xtensa/include/asm/io.h
··· 74 74 75 75 #endif /* CONFIG_MMU */ 76 76 77 - /* 78 - * Generic I/O 79 - */ 80 - #define readb_relaxed readb 81 - #define readw_relaxed readw 82 - #define readl_relaxed readl 83 - 84 77 #endif /* __KERNEL__ */ 85 78 86 79 #include <asm-generic/io.h>