summaryrefslogtreecommitdiffstats
path: root/arch/mips/include/asm/device.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/include/asm/device.h')
-rw-r--r--arch/mips/include/asm/device.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/include/asm/device.h b/arch/mips/include/asm/device.h
index 21c2082a0dfb..ebc5c1265473 100644
--- a/arch/mips/include/asm/device.h
+++ b/arch/mips/include/asm/device.h
@@ -10,7 +10,7 @@ struct dma_map_ops;
struct dev_archdata {
/* DMA operations on that device */
- struct dma_map_ops *dma_ops;
+ const struct dma_map_ops *dma_ops;
#ifdef CONFIG_DMA_PERDEV_COHERENT
/* Non-zero if DMA is coherent with CPU caches */