summaryrefslogtreecommitdiffstats
path: root/arch/tile/include/asm/device.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/tile/include/asm/device.h')
-rw-r--r--arch/tile/include/asm/device.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/tile/include/asm/device.h b/arch/tile/include/asm/device.h
index 6ab8bf146d4c..25f23ac7d361 100644
--- a/arch/tile/include/asm/device.h
+++ b/arch/tile/include/asm/device.h
@@ -18,7 +18,7 @@
struct dev_archdata {
/* DMA operations on that device */
- struct dma_map_ops *dma_ops;
+ const struct dma_map_ops *dma_ops;
/* Offset of the DMA address from the PA. */
dma_addr_t dma_offset;