IA64: Remove NULL flush_write_buffers
authorFUJITA Tomonori <[email protected]>
Mon, 10 Aug 2009 02:53:11 +0000 (11:53 +0900)
committerIngo Molnar <[email protected]>
Mon, 10 Aug 2009 07:34:58 +0000 (09:34 +0200)
flush_write_buffers() in dma-mapping-common.h was removed so we
can remove NULL flush_write_buffers() in IA64.

Signed-off-by: FUJITA Tomonori <[email protected]>
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
LKML-Reference: <1249872797[email protected]>
Signed-off-by: Ingo Molnar <[email protected]>
arch/ia64/include/asm/dma-mapping.h

index f91829de329f19165ee56dc6d2bd1088638b4532..8d3c79cd81e7982f1ad5c3b9875bf302bd3731ab 100644 (file)
@@ -44,7 +44,6 @@ static inline void dma_free_coherent(struct device *dev, size_t size,
 #define dma_free_noncoherent(d, s, v, h) dma_free_coherent(d, s, v, h)
 
 #define get_dma_ops(dev) platform_dma_get_ops(dev)
-#define flush_write_buffers()
 
 #include <asm-generic/dma-mapping-common.h>