* [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
* Re: [PATCH] [POWERPC] pasemi: export pasemi_dma_init()
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
1 sibling, 1 reply; 4+ messages in thread
From: Jeff Garzik @ 2007-12-17 23:24 UTC (permalink / raw)
To: Olof Johansson; +Cc: linuxppc-dev
Olof Johansson wrote:
> 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);
For .24 (#upstream-fixes) or .25 (#upstream)?
Jeff
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] [POWERPC] pasemi: export pasemi_dma_init()
2007-12-17 23:24 ` Jeff Garzik
@ 2007-12-17 23:37 ` Olof Johansson
0 siblings, 0 replies; 4+ messages in thread
From: Olof Johansson @ 2007-12-17 23:37 UTC (permalink / raw)
To: Jeff Garzik; +Cc: linuxppc-dev
On Mon, Dec 17, 2007 at 06:24:55PM -0500, Jeff Garzik wrote:
> > 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);
>
> For .24 (#upstream-fixes) or .25 (#upstream)?
.25, the code isn't there in .24.
Thanks,
Olof
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] [POWERPC] pasemi: export pasemi_dma_init()
2007-12-14 8:06 [PATCH] [POWERPC] pasemi: export pasemi_dma_init() Olof Johansson
2007-12-17 23:24 ` Jeff Garzik
@ 2007-12-18 1:22 ` Jeff Garzik
1 sibling, 0 replies; 4+ messages in thread
From: Jeff Garzik @ 2007-12-18 1:22 UTC (permalink / raw)
To: Olof Johansson; +Cc: linuxppc-dev
Olof Johansson wrote:
> 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);
applied #upstream
^ 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).