aboutsummaryrefslogtreecommitdiffstats
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 @@
4 * This file is released under the GPLv2 4 * This file is released under the GPLv2
5 */ 5 */
6struct dev_archdata { 6struct dev_archdata {
7 struct dma_map_ops *dma_ops; 7 const struct dma_map_ops *dma_ops;
8}; 8};
9 9
10struct pdev_archdata { 10struct pdev_archdata {