[PATCH 19/62] ARM: lpc32xx: export lpc32xx_return_iram_size

Roland Stigge stigge at antcom.de
Wed Mar 19 16:05:02 EDT 2014


On 19/03/14 20:29, Arnd Bergmann wrote:
> This symbol is used by the lpc_eth driver, which may
> be a loadable module.
> 
> Signed-off-by: Arnd Bergmann <arnd at arndb.de>
> Cc: Roland Stigge <stigge at antcom.de>
> ---
>  arch/arm/mach-lpc32xx/common.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/arch/arm/mach-lpc32xx/common.c b/arch/arm/mach-lpc32xx/common.c
> index d7aa54c..de03620 100644
> --- a/arch/arm/mach-lpc32xx/common.c
> +++ b/arch/arm/mach-lpc32xx/common.c
> @@ -99,6 +99,7 @@ u32 lpc32xx_return_iram_size(void)
>  
>  	return iram_size;
>  }
> +EXPORT_SYMBOL_GPL(lpc32xx_return_iram_size);
>  
>  /*
>   * Computes PLL rate from PLL register and input clock
> 

Of course; thanks!

Acked-by: Roland Stigge <stigge at antcom.de>



More information about the linux-arm-kernel mailing list