]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-generic/dma-mapping.h
cmd64x: fix multiword and remove single-word DMA support
[linux-2.6-omap-h63xx.git] / include / asm-generic / dma-mapping.h
index b9be3fc344c7830956a194445c15619bb822c3bd..783ab9944d701234cfd80eeaf34da6ab90af6f04 100644 (file)
@@ -295,7 +295,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,