sparc32: Export leon_dma_ops to modules.
[sfrench/cifs-2.6.git] / arch / sparc / kernel / ioport.c
index f00945bed1b9fe4cd5b9476fa4803e1e4d4eb021..0f094db918c7f8b711aeaab6ba01ac46847332cd 100644 (file)
@@ -652,8 +652,9 @@ EXPORT_SYMBOL(pci32_dma_ops);
 
 /* leon re-uses pci32_dma_ops */
 struct dma_map_ops *leon_dma_ops = &pci32_dma_ops;
-struct dma_map_ops *dma_ops = &sbus_dma_ops;
+EXPORT_SYMBOL(leon_dma_ops);
 
+struct dma_map_ops *dma_ops = &sbus_dma_ops;
 EXPORT_SYMBOL(dma_ops);