mirror of
https://github.com/adulau/aha.git
synced 2024-12-29 12:16:20 +00:00
[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>
This commit is contained in:
parent
6b8777b468
commit
ec14d7964b
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue