diff options
Diffstat (limited to 'include/linux/dma-mapping.h')
-rw-r--r-- | include/linux/dma-mapping.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/dma-mapping.h b/include/linux/dma-mapping.h index e13117cbd2f7..5a736af3cc7a 100644 --- a/include/linux/dma-mapping.h +++ b/include/linux/dma-mapping.h | |||
@@ -77,7 +77,7 @@ static inline u64 dma_get_mask(struct device *dev) | |||
77 | return DMA_BIT_MASK(32); | 77 | return DMA_BIT_MASK(32); |
78 | } | 78 | } |
79 | 79 | ||
80 | #ifdef ARCH_HAS_DMA_SET_COHERENT_MASK | 80 | #ifdef CONFIG_ARCH_HAS_DMA_SET_COHERENT_MASK |
81 | int dma_set_coherent_mask(struct device *dev, u64 mask); | 81 | int dma_set_coherent_mask(struct device *dev, u64 mask); |
82 | #else | 82 | #else |
83 | static inline int dma_set_coherent_mask(struct device *dev, u64 mask) | 83 | static inline int dma_set_coherent_mask(struct device *dev, u64 mask) |