diff options
Diffstat (limited to 'arch/mips/mm/dma-ip27.c')
-rw-r--r-- | arch/mips/mm/dma-ip27.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/mm/dma-ip27.c b/arch/mips/mm/dma-ip27.c index 8da19fd22ac6..8e9a5a8f5d65 100644 --- a/arch/mips/mm/dma-ip27.c +++ b/arch/mips/mm/dma-ip27.c | |||
@@ -197,7 +197,7 @@ int dma_supported(struct device *dev, u64 mask) | |||
197 | 197 | ||
198 | EXPORT_SYMBOL(dma_supported); | 198 | EXPORT_SYMBOL(dma_supported); |
199 | 199 | ||
200 | int dma_is_consistent(dma_addr_t dma_addr) | 200 | int dma_is_consistent(struct device *dev, dma_addr_t dma_addr) |
201 | { | 201 | { |
202 | return 1; | 202 | return 1; |
203 | } | 203 | } |