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:
9439eb3
)
microblaze: io: remove dummy relaxed accessor macros
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.
Acked-by: Michal Simek <monstr@monstr.eu>
Signed-off-by: Will Deacon <will.deacon@arm.com>
arch/microblaze/include/asm/io.h
patch
|
blob
|
blame
|
history
diff --git
a/arch/microblaze/include/asm/io.h
b/arch/microblaze/include/asm/io.h
index 433751b2a003309bb2a449888ac5b48f6f747d3c..940f5fc1d1da13f3988fe99fd69a7d02e0825c8d 100644
(file)
--- a/
arch/microblaze/include/asm/io.h
+++ b/
arch/microblaze/include/asm/io.h
@@
-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 */