[PATCH] [POWERPC] pasemi: export pasemi_dma_init()

Jeff Garzik jgarzik at pobox.com
Tue Dec 18 10:24:55 EST 2007


Olof Johansson wrote:
> Forgot to export this one. Needed when pasemi_mac is compiled as a module.
> 
> Signed-off-by: Olof Johansson <olof at 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






More information about the Linuxppc-dev mailing list