Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 342fb3dd authored by David Brownell's avatar David Brownell Committed by Russell King
Browse files

[ARM] 4633/1: omap build fix when FB enabled



This fixes a section error on OMAP when the framebuffer is enabled.

Signed-off-by: default avatarDavid Brownell <dbrownell@users.sourceforge.net>
Acked-by: default avatarTony Lindgren <tony@atomide.com>
Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent f33bac8d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -171,7 +171,7 @@ static int check_fbmem_region(int region_idx, struct omapfb_mem_region *rg,
 * Called from map_io. We need to call to this early enough so that we
 * can reserve the fixed SDRAM regions before VM could get hold of them.
 */
void omapfb_reserve_sdram(void)
void __init omapfb_reserve_sdram(void)
{
	struct bootmem_data	*bdata;
	unsigned long		sdram_start, sdram_size;