diff options
Diffstat (limited to 'arch/x86_64/mm/init.c')
-rw-r--r-- | arch/x86_64/mm/init.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86_64/mm/init.c b/arch/x86_64/mm/init.c index ec31534eb104..5ca61731f550 100644 --- a/arch/x86_64/mm/init.c +++ b/arch/x86_64/mm/init.c | |||
@@ -46,7 +46,7 @@ | |||
46 | #define Dprintk(x...) | 46 | #define Dprintk(x...) |
47 | #endif | 47 | #endif |
48 | 48 | ||
49 | struct dma_mapping_ops* dma_ops; | 49 | const struct dma_mapping_ops* dma_ops; |
50 | EXPORT_SYMBOL(dma_ops); | 50 | EXPORT_SYMBOL(dma_ops); |
51 | 51 | ||
52 | static unsigned long dma_reserve __initdata; | 52 | static unsigned long dma_reserve __initdata; |