]> err.no Git - linux-2.6/blobdiff - include/asm-sparc64/dma-mapping.h
Merge ../linus
[linux-2.6] / include / asm-sparc64 / dma-mapping.h
index 5fe0072f3f8296ed5832c402b1c6dfac22f42e6b..2f858a2df94a8e2f3d4b33eba0b4731c31a27216 100644 (file)
@@ -210,7 +210,7 @@ dma_sync_single_range_for_device(struct device *dev, dma_addr_t dma_handle,
 }
 
 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)
 {
        /* could define this in terms of the dma_cache ... operations,