Commit ec14d7964bc3c89fb24c95af00d39033afc32f8e

Authored by Russell King
Committed by Russell King
1 parent 6b8777b468

[ARM] Export dma_channel_active()

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>

Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff

arch/arm/kernel/dma.c
... ... @@ -228,6 +228,7 @@
228 228 {
229 229 return dma_chan[channel].active;
230 230 }
  231 +EXPORT_SYMBOL(dma_channel_active);
231 232  
232 233 void set_dma_page(dmach_t channel, char pagenr)
233 234 {