s390: io: remove dummy relaxed accessor macros for reads
authorWill Deacon <will.deacon@arm.com>
Wed, 4 Sep 2013 10:37:53 +0000 (11:37 +0100)
committerWill 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: Heiko Carstens <heiko.carstens@de.ibm.com>
Cc: Martin Schwidefsky <schwidefsky@de.ibm.com>
Signed-off-by: Will Deacon <will.deacon@arm.com>
arch/s390/include/asm/io.h

index cd6b9ee7b69c928118e9bce7c8691651a79a9b52..722befdf8332f6a0fe4bb8ee27023597cb3b2932 100644 (file)
@@ -60,11 +60,6 @@ static inline void iounmap(volatile void __iomem *addr)
 #define __raw_writel   zpci_write_u32
 #define __raw_writeq   zpci_write_u64
 
-#define readb_relaxed  readb
-#define readw_relaxed  readw
-#define readl_relaxed  readl
-#define readq_relaxed  readq
-
 #endif /* CONFIG_PCI */
 
 #include <asm-generic/io.h>
This page took 0.035492 seconds and 5 git commands to generate.