diff options
Diffstat (limited to 'include/linux/omapfb.h')
-rw-r--r-- | include/linux/omapfb.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/omapfb.h b/include/linux/omapfb.h index a575706a83c3..4ff57e81051d 100644 --- a/include/linux/omapfb.h +++ b/include/linux/omapfb.h | |||
@@ -226,6 +226,8 @@ struct omapfb_platform_data { | |||
226 | struct omap_lcd_config lcd; | 226 | struct omap_lcd_config lcd; |
227 | }; | 227 | }; |
228 | 228 | ||
229 | void __init omapfb_set_lcd_config(const struct omap_lcd_config *config); | ||
230 | |||
229 | #endif | 231 | #endif |
230 | 232 | ||
231 | #endif /* __OMAPFB_H */ | 233 | #endif /* __OMAPFB_H */ |