i386: Add safe variants of rdmsr_on_cpu and wrmsr_on_cpu
[powerpc.git] / include / asm-i386 / dma-mapping.h
index 7da64c9..183eebe 100644 (file)
@@ -159,7 +159,7 @@ dma_get_cache_alignment(void)
 #define dma_is_consistent(d, h)        (1)
 
 static inline void
-dma_cache_sync(void *vaddr, size_t size,
+dma_cache_sync(struct device *dev, void *vaddr, size_t size,
               enum dma_data_direction direction)
 {
        flush_write_buffers();