summaryrefslogtreecommitdiffstats
path: root/arch/hexagon
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2017-12-20 11:11:13 +0100
committerChristoph Hellwig <hch@lst.de>2018-01-09 16:28:35 +0100
commit8cd268f3afea063b44a5ce0ffe9d3b575a98de99 (patch)
treebed9e8d2f12d1e6aff50ce38044cd8161ec86795 /arch/hexagon
parent1883c9f49d02972320da0c44185968793094413d (diff)
downloadlinux-0-day-8cd268f3afea063b44a5ce0ffe9d3b575a98de99.tar.gz
linux-0-day-8cd268f3afea063b44a5ce0ffe9d3b575a98de99.tar.xz
hexagon: remove unused flush_write_buffers definition
Signed-off-by: Christoph Hellwig <hch@lst.de>
Diffstat (limited to 'arch/hexagon')
-rw-r--r--arch/hexagon/include/asm/io.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/hexagon/include/asm/io.h b/arch/hexagon/include/asm/io.h
index 66f5e9a61efca..9e8621d94ee9c 100644
--- a/arch/hexagon/include/asm/io.h
+++ b/arch/hexagon/include/asm/io.h
@@ -330,8 +330,6 @@ static inline void outsl(unsigned long port, const void *buffer, int count)
}
}
-#define flush_write_buffers() do { } while (0)
-
#endif /* __KERNEL__ */
#endif