diff options
author | Will Deacon <will.deacon@arm.com> | 2013-09-04 11:37:53 +0100 |
---|---|---|
committer | Will Deacon <will.deacon@arm.com> | 2014-10-20 18:49:17 +0100 |
commit | e3bc1e2421a14dcc273bf945343a6c948e839c8c (patch) | |
tree | 641e5f890c6d3f58b4c17c9ede226b7793c2df91 /arch/microblaze | |
parent | 9439eb3ab9d1ece6e4ad7baaa4a7f534f9b9dab0 (diff) | |
download | blackbird-obmc-linux-e3bc1e2421a14dcc273bf945343a6c948e839c8c.tar.gz blackbird-obmc-linux-e3bc1e2421a14dcc273bf945343a6c948e839c8c.zip |
microblaze: io: remove dummy relaxed accessor macros
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>
Diffstat (limited to 'arch/microblaze')
-rw-r--r-- | arch/microblaze/include/asm/io.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/arch/microblaze/include/asm/io.h b/arch/microblaze/include/asm/io.h index 433751b2a003..940f5fc1d1da 100644 --- 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 */ |