From: Will Deacon Date: Fri, 22 Feb 2019 13:03:18 +0000 (+0000) Subject: m68k/io: Remove useless definition of mmiowb() X-Git-Tag: v5.4-rc1~1108^2~14 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0f43ca692dcb55108ea9a59c11a1a0e359dba367;p=platform%2Fkernel%2Flinux-rpi.git m68k/io: Remove useless definition of mmiowb() m68k 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: Geert Uytterhoeven Reviewed-by: Geert Uytterhoeven Acked-by: Linus Torvalds Signed-off-by: Will Deacon --- diff --git a/arch/m68k/include/asm/io_mm.h b/arch/m68k/include/asm/io_mm.h index 782b78f..6c03ca5 100644 --- a/arch/m68k/include/asm/io_mm.h +++ b/arch/m68k/include/asm/io_mm.h @@ -377,8 +377,6 @@ static inline void isa_delay(void) #define writesw(port, buf, nr) raw_outsw((port), (u16 *)(buf), (nr)) #define writesl(port, buf, nr) raw_outsl((port), (u32 *)(buf), (nr)) -#define mmiowb() - #ifndef CONFIG_SUN3 #define IO_SPACE_LIMIT 0xffff #else