diff options
author | Christoph Hellwig <hch@lst.de> | 2017-12-20 11:11:35 +0100 |
---|---|---|
committer | Christoph Hellwig <hch@lst.de> | 2018-01-09 16:28:35 +0100 |
commit | e61b57f0e7ce8907458ab9455e4f6fceef5d39f9 (patch) | |
tree | d440daf00d16045a68eb2f444559dc250ba859dc | |
parent | 8cd268f3afea063b44a5ce0ffe9d3b575a98de99 (diff) | |
download | linux-e61b57f0e7ce8907458ab9455e4f6fceef5d39f9.tar.bz2 |
m32r: remove unused flush_write_buffers definition
Signed-off-by: Christoph Hellwig <hch@lst.de>
-rw-r--r-- | arch/m32r/include/asm/io.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/m32r/include/asm/io.h b/arch/m32r/include/asm/io.h index 1b653bb16f9a..a4272d8f0d9c 100644 --- a/arch/m32r/include/asm/io.h +++ b/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) { |