Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 166068
b: refs/heads/master
c: 43c6342
h: refs/heads/master
v: v3
  • Loading branch information
Robert Jarzmik authored and Eric Miao committed Sep 10, 2009
1 parent bc7371b commit 96aa927
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 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: 36714c935a5d4125c6ccd013484de725dc09b387
refs/heads/master: 43c6342b1562cc27d8ba1240220cb887ad0e36f0
5 changes: 2 additions & 3 deletions trunk/arch/arm/plat-pxa/dma.c
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ int pxa_request_dma (char *name, pxa_dma_prio prio,
local_irq_restore(flags);
return i;
}
EXPORT_SYMBOL(pxa_request_dma);

void pxa_free_dma (int dma_ch)
{
Expand All @@ -88,6 +89,7 @@ void pxa_free_dma (int dma_ch)
dma_channels[dma_ch].name = NULL;
local_irq_restore(flags);
}
EXPORT_SYMBOL(pxa_free_dma);

static irqreturn_t dma_irq_handler(int irq, void *dev_id)
{
Expand Down Expand Up @@ -139,6 +141,3 @@ int __init pxa_init_dma(int irq, int num_ch)
num_dma_channels = num_ch;
return 0;
}

EXPORT_SYMBOL(pxa_request_dma);
EXPORT_SYMBOL(pxa_free_dma);

0 comments on commit 96aa927

Please sign in to comment.