From: Christoph Hellwig Date: Wed, 20 Dec 2017 10:11:13 +0000 (+0100) Subject: hexagon: remove unused flush_write_buffers definition X-Git-Tag: for-linus-20180210~47^2~55 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=8cd268f3afea063b44a5ce0ffe9d3b575a98de99;p=linux-block.git hexagon: remove unused flush_write_buffers definition Signed-off-by: Christoph Hellwig --- diff --git a/arch/hexagon/include/asm/io.h b/arch/hexagon/include/asm/io.h index 66f5e9a61efc..9e8621d94ee9 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