From 22833d55741d5e4941ffe455ea4f9d7564ca246c Mon Sep 17 00:00:00 2001 From: Arnd Bergmann Date: Mon, 17 Feb 2014 20:21:55 +0100 Subject: ARM: lpc32xx: export lpc32xx_return_iram_size This symbol is used by the lpc_eth driver, which may be a loadable module. Signed-off-by: Arnd Bergmann Acked-by: Roland Stigge --- arch/arm/mach-lpc32xx/common.c | 1 + 1 file changed, 1 insertion(+) (limited to 'arch/arm/mach-lpc32xx') diff --git a/arch/arm/mach-lpc32xx/common.c b/arch/arm/mach-lpc32xx/common.c index d7aa54c25c59..de03620d7fa7 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 -- cgit v1.2.3