提交 001b7f3e 编写于 作者: T Tony Lindgren 提交者: Tomi Valkeinen

ARM: OMAP2+: Fix compile error when FB_OMAP2 is not set

Otherwise we will get:

arch/arm/plat-omap/fb.c:101: error: expected ‘)’ before ‘*’ token
Signed-off-by: NTony Lindgren <tony@atomide.com>
Signed-off-by: NTomi Valkeinen <tomi.valkeinen@ti.com>
上级 4614679c
......@@ -98,6 +98,8 @@ arch_initcall(omap_init_fb);
#else
void __init omapfb_set_lcd_config(omap_lcd_config *config) { }
void __init omapfb_set_lcd_config(const struct omap_lcd_config *config)
{
}
#endif
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册