diff options
Diffstat (limited to 'include/asm-ia64/dma-mapping.h')
-rw-r--r-- | include/asm-ia64/dma-mapping.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-ia64/dma-mapping.h b/include/asm-ia64/dma-mapping.h index 99a8f8e1218c..4b075bc032ec 100644 --- a/include/asm-ia64/dma-mapping.h +++ b/include/asm-ia64/dma-mapping.h | |||
@@ -59,6 +59,6 @@ dma_cache_sync (void *vaddr, size_t size, enum dma_data_direction dir) | |||
59 | mb(); | 59 | mb(); |
60 | } | 60 | } |
61 | 61 | ||
62 | #define dma_is_consistent(dma_handle) (1) /* all we do is coherent memory... */ | 62 | #define dma_is_consistent(d, h) (1) /* all we do is coherent memory... */ |
63 | 63 | ||
64 | #endif /* _ASM_IA64_DMA_MAPPING_H */ | 64 | #endif /* _ASM_IA64_DMA_MAPPING_H */ |