diff options
Diffstat (limited to 'include/asm-cris/dma-mapping.h')
-rw-r--r-- | include/asm-cris/dma-mapping.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-cris/dma-mapping.h b/include/asm-cris/dma-mapping.h index 4f58670caad5..da8ef8e8f842 100644 --- a/include/asm-cris/dma-mapping.h +++ b/include/asm-cris/dma-mapping.h | |||
@@ -122,7 +122,7 @@ dma_sync_sg_for_device(struct device *dev, struct scatterlist *sg, int nelems, | |||
122 | } | 122 | } |
123 | 123 | ||
124 | static inline int | 124 | static inline int |
125 | dma_mapping_error(dma_addr_t dma_addr) | 125 | dma_mapping_error(struct device *dev, dma_addr_t dma_addr) |
126 | { | 126 | { |
127 | return 0; | 127 | return 0; |
128 | } | 128 | } |