Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=06daa168b681797c91ce1fd567d706b9b84738e2
Commit:     06daa168b681797c91ce1fd567d706b9b84738e2
Parent:     01f31ac8289200e1cab4d100ce991cebe5731360
Author:     Olof Johansson <[EMAIL PROTECTED]>
AuthorDate: Fri Dec 14 02:06:55 2007 -0600
Committer:  David S. Miller <[EMAIL PROTECTED]>
CommitDate: Mon Jan 28 15:07:21 2008 -0800

    pasemi: export pasemi_dma_init()
    
    Forgot to export this one. Needed when pasemi_mac is compiled as a module.
    
    Signed-off-by: Olof Johansson <[EMAIL PROTECTED]>
    Signed-off-by: Jeff Garzik <[EMAIL PROTECTED]>
---
 arch/powerpc/platforms/pasemi/dma_lib.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/arch/powerpc/platforms/pasemi/dma_lib.c 
b/arch/powerpc/platforms/pasemi/dma_lib.c
index e6e4742..c529d8d 100644
--- a/arch/powerpc/platforms/pasemi/dma_lib.c
+++ b/arch/powerpc/platforms/pasemi/dma_lib.c
@@ -485,3 +485,4 @@ out:
        spin_unlock(&init_lock);
        return err;
 }
+EXPORT_SYMBOL(pasemi_dma_init);
-
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