dect
/
linux-2.6
Archived
13
0
Fork 0

sparc32: Export leon_dma_ops to modules.

Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
David S. Miller 2012-05-28 00:07:03 -07:00
parent 95835335a3
commit d4511e694e
1 changed files with 2 additions and 1 deletions

View 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);