Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

sparc32: Export leon_dma_ops to modules.

parent 95835335
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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);