summaryrefslogtreecommitdiffstats
path: root/arch/m32r/include/asm/device.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/m32r/include/asm/device.h')
-rw-r--r--arch/m32r/include/asm/device.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/m32r/include/asm/device.h b/arch/m32r/include/asm/device.h
index 4a9f35e0973f..7955a9799466 100644
--- a/arch/m32r/include/asm/device.h
+++ b/arch/m32r/include/asm/device.h
@@ -4,7 +4,7 @@
* This file is released under the GPLv2
*/
struct dev_archdata {
- struct dma_map_ops *dma_ops;
+ const struct dma_map_ops *dma_ops;
};
struct pdev_archdata {