Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=ec14d7964bc3c89fb24c95af00d39033afc32f8e
Commit:     ec14d7964bc3c89fb24c95af00d39033afc32f8e
Parent:     6b8777b46823fb0b42fba69b5311682124e5a71c
Author:     Russell King <[EMAIL PROTECTED]>
AuthorDate: Sat Mar 31 21:36:53 2007 +0100
Committer:  Russell King <[EMAIL PROTECTED]>
CommitDate: Sat Mar 31 21:36:53 2007 +0100

    [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 <[EMAIL PROTECTED]>
---
 arch/arm/kernel/dma.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/arch/arm/kernel/dma.c b/arch/arm/kernel/dma.c
index 5a0f4bc..ba99a20 100644
--- a/arch/arm/kernel/dma.c
+++ b/arch/arm/kernel/dma.c
@@ -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)
 {
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to