diff options
Diffstat (limited to 'arch/sh/mm/consistent.c')
-rw-r--r-- | arch/sh/mm/consistent.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/mm/consistent.c b/arch/sh/mm/consistent.c index 92b6976fde59..d1275adfa0ef 100644 --- a/arch/sh/mm/consistent.c +++ b/arch/sh/mm/consistent.c | |||
@@ -22,7 +22,7 @@ | |||
22 | 22 | ||
23 | #define PREALLOC_DMA_DEBUG_ENTRIES 4096 | 23 | #define PREALLOC_DMA_DEBUG_ENTRIES 4096 |
24 | 24 | ||
25 | struct dma_map_ops *dma_ops; | 25 | const struct dma_map_ops *dma_ops; |
26 | EXPORT_SYMBOL(dma_ops); | 26 | EXPORT_SYMBOL(dma_ops); |
27 | 27 | ||
28 | static int __init dma_init(void) | 28 | static int __init dma_init(void) |