Commit 22833d55 authored by Arnd Bergmann's avatar Arnd Bergmann

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: default avatarArnd Bergmann <arnd@arndb.de>
Acked-by: default avatarRoland Stigge <stigge@antcom.de>
parent de94abfa
...@@ -99,6 +99,7 @@ u32 lpc32xx_return_iram_size(void) ...@@ -99,6 +99,7 @@ u32 lpc32xx_return_iram_size(void)
return iram_size; return iram_size;
} }
EXPORT_SYMBOL_GPL(lpc32xx_return_iram_size);
/* /*
* Computes PLL rate from PLL register and input clock * Computes PLL rate from PLL register and input clock
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment