Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 309541
b: refs/heads/master
c: d4511e6
h: refs/heads/master
i:
  309539: 005e22c
v: v3
  • Loading branch information
David S. Miller committed May 28, 2012
1 parent 5bdac5f commit 3c7b1cc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 95835335a3c187f418e86b453e1716cb5aad17be
refs/heads/master: d4511e694ed9b903d8d3d3957180cabf23d2ee7f
3 changes: 2 additions & 1 deletion trunk/arch/sparc/kernel/ioport.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);


Expand Down

0 comments on commit 3c7b1cc

Please sign in to comment.