diff options
| author | Arnd Bergmann <arnd@arndb.de> | 2014-02-17 20:21:55 +0100 | 
|---|---|---|
| committer | Arnd Bergmann <arnd@arndb.de> | 2014-03-21 18:23:29 +0100 | 
| commit | 22833d55741d5e4941ffe455ea4f9d7564ca246c (patch) | |
| tree | d235037791b5df50a54e44bf53b34a048411b6fd /arch/arm/mach-lpc32xx | |
| parent | de94abfa0f6e9b1b58863e85929e727b118df2f1 (diff) | |
| download | linux-22833d55741d5e4941ffe455ea4f9d7564ca246c.tar.bz2 | |
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 <arnd@arndb.de>
Acked-by: Roland Stigge <stigge@antcom.de>
Diffstat (limited to 'arch/arm/mach-lpc32xx')
| -rw-r--r-- | arch/arm/mach-lpc32xx/common.c | 1 | 
1 files changed, 1 insertions, 0 deletions
| 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 |