diff options
Diffstat (limited to 'arch/arm/plat-omap')
-rw-r--r-- | arch/arm/plat-omap/include/plat/display.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/plat-omap/include/plat/display.h b/arch/arm/plat-omap/include/plat/display.h index 2fb057e1cb98..4101bcd2133e 100644 --- a/arch/arm/plat-omap/include/plat/display.h +++ b/arch/arm/plat-omap/include/plat/display.h | |||
@@ -240,6 +240,8 @@ static inline int omap_display_init(struct omap_dss_board_info *board_data) | |||
240 | struct omap_display_platform_data { | 240 | struct omap_display_platform_data { |
241 | struct omap_dss_board_info *board_data; | 241 | struct omap_dss_board_info *board_data; |
242 | /* TODO: Additional members to be added when PM is considered */ | 242 | /* TODO: Additional members to be added when PM is considered */ |
243 | |||
244 | bool (*opt_clock_available)(const char *clk_role); | ||
243 | }; | 245 | }; |
244 | 246 | ||
245 | struct omap_video_timings { | 247 | struct omap_video_timings { |