projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
916136b
)
xtensa: io: remove dummy relaxed accessor macros for reads
author
Will Deacon
<will.deacon@arm.com>
Wed, 4 Sep 2013 10:37:53 +0000
(11:37 +0100)
committer
Will Deacon
<will.deacon@arm.com>
Mon, 20 Oct 2014 17:49:17 +0000
(18:49 +0100)
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>
arch/xtensa/include/asm/io.h
patch
|
blob
|
blame
|
history
diff --git
a/arch/xtensa/include/asm/io.h
b/arch/xtensa/include/asm/io.h
index 74944207167eccfb0f6e122ad7418d5728d4a2b7..fe1600a094384e8c18a988e91862b531031984f3 100644
(file)
--- a/
arch/xtensa/include/asm/io.h
+++ b/
arch/xtensa/include/asm/io.h
@@
-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>