hexagon: remove unused flush_write_buffers definition

Signed-off-by: Christoph Hellwig <hch@lst.de>
This commit is contained in:
Christoph Hellwig 2017-12-20 11:11:13 +01:00
parent 1883c9f49d
commit 8cd268f3af

View File

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