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

ARM: omap/fb: move omapfb_reserve_sram to .init.text

This function is only called by omap_detect_sram which lives in .init.text,
too.
Signed-off-by: NUwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: NTomi Valkeinen <tomi.valkeinen@nokia.com>
上级 375c324b
......@@ -262,7 +262,7 @@ void __init omapfb_reserve_sdram_memblock(void)
* this point, since the driver built as a module would have problem with
* freeing / reallocating the regions.
*/
unsigned long omapfb_reserve_sram(unsigned long sram_pstart,
unsigned long __init omapfb_reserve_sram(unsigned long sram_pstart,
unsigned long sram_vstart,
unsigned long sram_size,
unsigned long pstart_avail,
......@@ -392,7 +392,7 @@ void omapfb_reserve_sdram_memblock(void)
{
}
unsigned long omapfb_reserve_sram(unsigned long sram_pstart,
unsigned long __init omapfb_reserve_sram(unsigned long sram_pstart,
unsigned long sram_vstart,
unsigned long sram_size,
unsigned long start_avail,
......@@ -411,7 +411,7 @@ void omapfb_reserve_sdram_memblock(void)
{
}
unsigned long omapfb_reserve_sram(unsigned long sram_pstart,
unsigned long __init omapfb_reserve_sram(unsigned long sram_pstart,
unsigned long sram_vstart,
unsigned long sram_size,
unsigned long start_avail,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册