diff options
-rw-r--r-- | arch/arm/plat-omap/fb.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/arm/plat-omap/fb.c b/arch/arm/plat-omap/fb.c index 24e62693b809..dd6f92c99e56 100644 --- a/arch/arm/plat-omap/fb.c +++ b/arch/arm/plat-omap/fb.c | |||
@@ -98,6 +98,8 @@ arch_initcall(omap_init_fb); | |||
98 | 98 | ||
99 | #else | 99 | #else |
100 | 100 | ||
101 | void __init omapfb_set_lcd_config(omap_lcd_config *config) { } | 101 | void __init omapfb_set_lcd_config(const struct omap_lcd_config *config) |
102 | { | ||
103 | } | ||
102 | 104 | ||
103 | #endif | 105 | #endif |