Skip to content

Commit

Permalink
[ARM] Export dma_channel_active()
Browse files Browse the repository at this point in the history
dma_channel_active() is used by some modules and is part of our
DMA API, so export it.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
  • Loading branch information
Russell King authored and Russell King committed Mar 31, 2007
1 parent 6b8777b commit ec14d79
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm/kernel/dma.c
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,7 @@ int dma_channel_active(dmach_t channel)
{
return dma_chan[channel].active;
}
EXPORT_SYMBOL(dma_channel_active);

void set_dma_page(dmach_t channel, char pagenr)
{
Expand Down

0 comments on commit ec14d79

Please sign in to comment.