Browse Source

m32r: remove unused flush_write_buffers definition

Signed-off-by: Christoph Hellwig <hch@lst.de>
Christoph Hellwig 7 years ago
parent
commit
e61b57f0e7
1 changed files with 0 additions and 2 deletions
  1. 0 2
      arch/m32r/include/asm/io.h

+ 0 - 2
arch/m32r/include/asm/io.h

@@ -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)
 {