OSDN Git Service

m32r: remove unused flush_write_buffers definition
authorChristoph Hellwig <hch@lst.de>
Wed, 20 Dec 2017 10:11:35 +0000 (11:11 +0100)
committerChristoph Hellwig <hch@lst.de>
Tue, 9 Jan 2018 15:28:35 +0000 (16:28 +0100)
Signed-off-by: Christoph Hellwig <hch@lst.de>
arch/m32r/include/asm/io.h

index 1b653bb..a4272d8 100644 (file)
@@ -191,8 +191,6 @@ static inline void _writel(unsigned long l, unsigned long addr)
 
 #define mmiowb()
 
-#define flush_write_buffers() do { } while (0)  /* M32R_FIXME */
-
 static inline void
 memset_io(volatile void __iomem *addr, unsigned char val, int count)
 {