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>
This commit is contained in:
parent
de94abfa0f
commit
22833d5574
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue