summaryrefslogtreecommitdiffstats
path: root/arch/hexagon
diff options
context:
space:
mode:
authorWill Deacon2019-02-22 18:25:29 +0100
committerWill Deacon2019-04-08 13:09:27 +0200
commit01e3b958efe85a26d9b1b77be3a0a1491bb4cb36 (patch)
treedde161b861aeb97f03a9b5b357d9ca61cdfb8f2c /arch/hexagon
parentnet/ethernet/silan/sc92031: Remove stale comment about mmiowb() (diff)
downloadkernel-qcow2-linux-01e3b958efe85a26d9b1b77be3a0a1491bb4cb36.tar.gz
kernel-qcow2-linux-01e3b958efe85a26d9b1b77be3a0a1491bb4cb36.tar.xz
kernel-qcow2-linux-01e3b958efe85a26d9b1b77be3a0a1491bb4cb36.zip
arch: Remove dummy mmiowb() definitions from arch code
Now that no driver code is using mmiowb() directly, remove the dummy definitions remaining in architectures that don't make use of asm-generic/io.h, as well as the definition in asm-generic/io.h itself. Acked-by: Linus Torvalds <torvalds@linux-foundation.org> Signed-off-by: Will Deacon <will.deacon@arm.com>
Diffstat (limited to 'arch/hexagon')
-rw-r--r--arch/hexagon/include/asm/io.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/hexagon/include/asm/io.h b/arch/hexagon/include/asm/io.h
index e17262ad125e..3d0ae09c2b8e 100644
--- a/arch/hexagon/include/asm/io.h
+++ b/arch/hexagon/include/asm/io.h
@@ -184,8 +184,6 @@ static inline void writel(u32 data, volatile void __iomem *addr)
#define writew_relaxed __raw_writew
#define writel_relaxed __raw_writel
-#define mmiowb()
-
/*
* Need an mtype somewhere in here, for cache type deals?
* This is probably too long for an inline.