diff options
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/plat-omap/fb.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/plat-omap/fb.c b/arch/arm/plat-omap/fb.c index 56acb8720f78..91ebdafcca39 100644 --- a/arch/arm/plat-omap/fb.c +++ b/arch/arm/plat-omap/fb.c | |||
@@ -55,6 +55,11 @@ void omapfb_reserve_mem(void) | |||
55 | } | 55 | } |
56 | } | 56 | } |
57 | 57 | ||
58 | void omapfb_set_ctrl_platform_data(void *data) | ||
59 | { | ||
60 | omapfb_config.ctrl_platform_data = data; | ||
61 | } | ||
62 | |||
58 | static inline int omap_init_fb(void) | 63 | static inline int omap_init_fb(void) |
59 | { | 64 | { |
60 | const struct omap_lcd_config *conf; | 65 | const struct omap_lcd_config *conf; |