Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 316662
b: refs/heads/master
c: 41c556a
h: refs/heads/master
v: v3
  • Loading branch information
Attila Kinali authored and Vinod Koul committed Jul 16, 2012
1 parent e8e1d44 commit 5f08a2f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ce3a1ab74264b860450709e4bd0dcfc2d0bfc7f8
refs/heads/master: 41c556a8cb22dcb4751fed3fb3d2ccc37f945646
2 changes: 2 additions & 0 deletions trunk/drivers/dma/mxs-dma.c
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,7 @@ int mxs_dma_is_apbh(struct dma_chan *chan)

return dma_is_apbh(mxs_dma);
}
EXPORT_SYMBOL_GPL(mxs_dma_is_apbh);

int mxs_dma_is_apbx(struct dma_chan *chan)
{
Expand All @@ -208,6 +209,7 @@ int mxs_dma_is_apbx(struct dma_chan *chan)

return !dma_is_apbh(mxs_dma);
}
EXPORT_SYMBOL_GPL(mxs_dma_is_apbx);

static void mxs_dma_reset_chan(struct mxs_dma_chan *mxs_chan)
{
Expand Down

0 comments on commit 5f08a2f

Please sign in to comment.