diff options
author | Arnd Bergmann <arnd@arndb.de> | 2014-02-17 14:21:55 -0500 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2014-03-21 13:23:29 -0400 |
commit | 22833d55741d5e4941ffe455ea4f9d7564ca246c (patch) | |
tree | d235037791b5df50a54e44bf53b34a048411b6fd /arch/arm/mach-lpc32xx | |
parent | de94abfa0f6e9b1b58863e85929e727b118df2f1 (diff) |
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) | |||
99 | 99 | ||
100 | return iram_size; | 100 | return iram_size; |
101 | } | 101 | } |
102 | EXPORT_SYMBOL_GPL(lpc32xx_return_iram_size); | ||
102 | 103 | ||
103 | /* | 104 | /* |
104 | * Computes PLL rate from PLL register and input clock | 105 | * Computes PLL rate from PLL register and input clock |