diff options
Diffstat (limited to 'arch/avr32')
-rw-r--r-- | arch/avr32/mm/dma-coherent.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/avr32/mm/dma-coherent.c b/arch/avr32/mm/dma-coherent.c index 44ab8a7bdae2..b68d669f823d 100644 --- a/arch/avr32/mm/dma-coherent.c +++ b/arch/avr32/mm/dma-coherent.c | |||
@@ -11,7 +11,7 @@ | |||
11 | #include <asm/addrspace.h> | 11 | #include <asm/addrspace.h> |
12 | #include <asm/cacheflush.h> | 12 | #include <asm/cacheflush.h> |
13 | 13 | ||
14 | void dma_cache_sync(void *vaddr, size_t size, int direction) | 14 | void dma_cache_sync(struct device *dev, void *vaddr, size_t size, int direction) |
15 | { | 15 | { |
16 | /* | 16 | /* |
17 | * No need to sync an uncached area | 17 | * No need to sync an uncached area |