projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
01f31ac
)
pasemi: export pasemi_dma_init()
author
Olof Johansson
<olof@lixom.net>
Fri, 14 Dec 2007 08:06:55 +0000
(
02:06
-0600)
committer
David S. Miller
<davem@davemloft.net>
Mon, 28 Jan 2008 23:07:21 +0000
(15:07 -0800)
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>
arch/powerpc/platforms/pasemi/dma_lib.c
patch
|
blob
|
history
diff --git
a/arch/powerpc/platforms/pasemi/dma_lib.c
b/arch/powerpc/platforms/pasemi/dma_lib.c
index e6e474247dc9bd1b29d61b829f18cd9b9c048105..c529d8dff395bdd5a6f3cfb316dbaafcb674ab1a 100644
(file)
--- 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);