[PATCH] x86-64: dma_ops as const
[powerpc.git] / arch / x86_64 / mm / init.c
index ec31534..5ca6173 100644 (file)
@@ -46,7 +46,7 @@
 #define Dprintk(x...)
 #endif
 
-struct dma_mapping_ops* dma_ops;
+const struct dma_mapping_ops* dma_ops;
 EXPORT_SYMBOL(dma_ops);
 
 static unsigned long dma_reserve __initdata;