[PATCH 19/62] ARM: lpc32xx: export lpc32xx_return_iram_size
Arnd Bergmann
arnd at arndb.de
Wed Mar 19 15:29:16 EDT 2014
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
--
1.8.3.2
More information about the linux-arm-kernel
mailing list