diff options
Diffstat (limited to 'arch/mips/include/asm/dma-mapping.h')
-rw-r--r-- | arch/mips/include/asm/dma-mapping.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/mips/include/asm/dma-mapping.h b/arch/mips/include/asm/dma-mapping.h index b59b084a7569..dad3b09fe993 100644 --- a/arch/mips/include/asm/dma-mapping.h +++ b/arch/mips/include/asm/dma-mapping.h | |||
@@ -13,8 +13,8 @@ extern const struct dma_map_ops *mips_dma_map_ops; | |||
13 | 13 | ||
14 | static inline const struct dma_map_ops *get_dma_ops(struct device *dev) | 14 | static inline const struct dma_map_ops *get_dma_ops(struct device *dev) |
15 | { | 15 | { |
16 | if (dev && dev->archdata.dma_ops) | 16 | if (dev && dev->dma_ops) |
17 | return dev->archdata.dma_ops; | 17 | return dev->dma_ops; |
18 | else | 18 | else |
19 | return mips_dma_map_ops; | 19 | return mips_dma_map_ops; |
20 | } | 20 | } |