Merge tag 'kbuild-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy...
[linux-block.git] / include / linux / dma-map-ops.h
index 41bf4bdb117accace1d0d63b5680dd0c95dde61f..31f114f486c40f22c8ba65b55be3ff559ce8de0b 100644 (file)
@@ -269,6 +269,8 @@ static inline bool dev_is_dma_coherent(struct device *dev)
        return dev->dma_coherent;
 }
 #else
+#define dma_default_coherent true
+
 static inline bool dev_is_dma_coherent(struct device *dev)
 {
        return true;