diff options
author | Will Deacon <will.deacon@arm.com> | 2019-02-22 18:25:29 +0100 |
---|---|---|
committer | Will Deacon <will.deacon@arm.com> | 2019-04-08 13:09:27 +0200 |
commit | 01e3b958efe85a26d9b1b77be3a0a1491bb4cb36 (patch) | |
tree | dde161b861aeb97f03a9b5b357d9ca61cdfb8f2c /arch/alpha | |
parent | net/ethernet/silan/sc92031: Remove stale comment about mmiowb() (diff) | |
download | linux-01e3b958efe85a26d9b1b77be3a0a1491bb4cb36.tar.xz 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/alpha')
-rw-r--r-- | arch/alpha/include/asm/io.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/alpha/include/asm/io.h b/arch/alpha/include/asm/io.h index 4c533fc94d62..ccf9d65166bb 100644 --- a/arch/alpha/include/asm/io.h +++ b/arch/alpha/include/asm/io.h @@ -513,8 +513,6 @@ extern inline void writeq(u64 b, volatile void __iomem *addr) #define writel_relaxed(b, addr) __raw_writel(b, addr) #define writeq_relaxed(b, addr) __raw_writeq(b, addr) -#define mmiowb() - /* * String version of IO memory access ops: */ |