]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - arch/frv/include/asm/dma-mapping.h
Merge tag 'rtc-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux
[karo-tx-linux.git] / arch / frv / include / asm / dma-mapping.h
index 9a82bfa4303b2ed4f1390906d62e85b5b7d26cb2..354900917585a220fe840aecb4b2a081616f6d42 100644 (file)
@@ -7,9 +7,9 @@
 extern unsigned long __nongprelbss dma_coherent_mem_start;
 extern unsigned long __nongprelbss dma_coherent_mem_end;
 
-extern struct dma_map_ops frv_dma_ops;
+extern const struct dma_map_ops frv_dma_ops;
 
-static inline struct dma_map_ops *get_dma_ops(struct device *dev)
+static inline const struct dma_map_ops *get_arch_dma_ops(struct bus_type *bus)
 {
        return &frv_dma_ops;
 }