Commit d4511e69 authored by David S. Miller's avatar David S. Miller

sparc32: Export leon_dma_ops to modules.

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 95835335
......@@ -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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment