mirror of
https://github.com/torvalds/linux.git
synced 2024-12-03 17:41:22 +00:00
sparc32: Export leon_dma_ops to modules.
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
95835335a3
commit
d4511e694e
@ -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);
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user