diff options
Diffstat (limited to 'include/asm-sh/dma-mapping.h')
| -rw-r--r-- | include/asm-sh/dma-mapping.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-sh/dma-mapping.h b/include/asm-sh/dma-mapping.h index 22cc419389fe..6c0b8a2de143 100644 --- a/include/asm-sh/dma-mapping.h +++ b/include/asm-sh/dma-mapping.h | |||
| @@ -171,7 +171,7 @@ static inline int dma_get_cache_alignment(void) | |||
| 171 | return L1_CACHE_BYTES; | 171 | return L1_CACHE_BYTES; |
| 172 | } | 172 | } |
| 173 | 173 | ||
| 174 | static inline int dma_mapping_error(dma_addr_t dma_addr) | 174 | static inline int dma_mapping_error(struct device *dev, dma_addr_t dma_addr) |
| 175 | { | 175 | { |
| 176 | return dma_addr == 0; | 176 | return dma_addr == 0; |
| 177 | } | 177 | } |
