summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/pasemi
diff options
context:
space:
mode:
authorOlof Johansson2007-12-14 09:06:55 +0100
committerDavid S. Miller2008-01-29 00:07:21 +0100
commit06daa168b681797c91ce1fd567d706b9b84738e2 (patch)
tree66c8130c97bd399c09fbdce46279622f602d2bf7 /arch/powerpc/platforms/pasemi
parentPLIP driver: convert the semaphore killed_timer_sem to completion (diff)
downloadkernel-qcow2-linux-06daa168b681797c91ce1fd567d706b9b84738e2.tar.gz
kernel-qcow2-linux-06daa168b681797c91ce1fd567d706b9b84738e2.tar.xz
kernel-qcow2-linux-06daa168b681797c91ce1fd567d706b9b84738e2.zip
pasemi: export pasemi_dma_init()
Forgot to export this one. Needed when pasemi_mac is compiled as a module. Signed-off-by: Olof Johansson <olof@lixom.net> Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'arch/powerpc/platforms/pasemi')
-rw-r--r--arch/powerpc/platforms/pasemi/dma_lib.c1
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 e6e474247dc9..c529d8dff395 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);