ARM/io: Remove useless definition of mmiowb()
authorWill Deacon <will.deacon@arm.com>
Fri, 22 Feb 2019 13:03:18 +0000 (13:03 +0000)
committerWill Deacon <will.deacon@arm.com>
Mon, 8 Apr 2019 10:59:53 +0000 (11:59 +0100)
commit7fdae81dd415b14b601952163f7c09c67e9f4e81
tree6d162ca2f0d22f664b1c2da8b966165f16b97857
parent60ca1e5a200cd294a12907fa36dece4241db4ab8
ARM/io: Remove useless definition of mmiowb()

ARM includes asm-generic/io.h, which provides a dummy definition of
mmiowb() if one isn't already provided by the architecture.

Remove the useless definition.

Acked-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Will Deacon <will.deacon@arm.com>
arch/arm/include/asm/io.h