提交 9dbb7a5d 编写于 作者: U Uwe Kleine-König 提交者: Tomi Valkeinen

ARM: omap/fb: move get_fbmem_region() to .init.text

get_fbmem_region() is only called by omapfb_reserve_sdram_memblock() and
omapfb_reserve_sram() that both live in .init.text.  So get_fbmem_region
can go there, too.
Signed-off-by: NUwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: NTomi Valkeinen <tomi.valkeinen@nokia.com>
上级 e92840b7
...@@ -94,7 +94,7 @@ static int fbmem_region_reserved(unsigned long start, size_t size) ...@@ -94,7 +94,7 @@ static int fbmem_region_reserved(unsigned long start, size_t size)
* Get the region_idx`th region from board config/ATAG and convert it to * Get the region_idx`th region from board config/ATAG and convert it to
* our internal format. * our internal format.
*/ */
static int get_fbmem_region(int region_idx, struct omapfb_mem_region *rg) static int __init get_fbmem_region(int region_idx, struct omapfb_mem_region *rg)
{ {
const struct omap_fbmem_config *conf; const struct omap_fbmem_config *conf;
u32 paddr; u32 paddr;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册