linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] [POWERPC] pasemi: export pasemi_dma_init()
@ 2007-12-14  8:06 Olof Johansson
  2007-12-17 23:24 ` Jeff Garzik
  2007-12-18  1:22 ` Jeff Garzik
  0 siblings, 2 replies; 4+ messages in thread
From: Olof Johansson @ 2007-12-14  8:06 UTC (permalink / raw)
  To: jgarzik; +Cc: linuxppc-dev

Forgot to export this one. Needed when pasemi_mac is compiled as a module.

Signed-off-by: Olof Johansson <olof@lixom.net>

---

Jeff, since the dma_lib stuff went up through netdev-2.6, please apply and
feed this one up with the rest.


Thanks,

Olof

Index: 2.6.24/arch/powerpc/platforms/pasemi/dma_lib.c
===================================================================
--- 2.6.24.orig/arch/powerpc/platforms/pasemi/dma_lib.c
+++ 2.6.24/arch/powerpc/platforms/pasemi/dma_lib.c
@@ -485,3 +485,4 @@ out:
 	spin_unlock(&init_lock);
 	return err;
 }
+EXPORT_SYMBOL(pasemi_dma_init);

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2007-12-18  1:22 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-12-14  8:06 [PATCH] [POWERPC] pasemi: export pasemi_dma_init() Olof Johansson
2007-12-17 23:24 ` Jeff Garzik
2007-12-17 23:37   ` Olof Johansson
2007-12-18  1:22 ` Jeff Garzik

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).