diff options
-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); | |||
69 | 69 | ||
70 | #include <asm-generic/io.h> | 70 | #include <asm-generic/io.h> |
71 | 71 | ||
72 | #define readb_relaxed readb | ||
73 | #define readw_relaxed readw | ||
74 | #define readl_relaxed readl | ||
75 | |||
76 | #define writeb_relaxed writeb | ||
77 | #define writew_relaxed writew | ||
78 | #define writel_relaxed writel | ||
79 | |||
80 | #endif /* _ASM_MICROBLAZE_IO_H */ | 72 | #endif /* _ASM_MICROBLAZE_IO_H */ |