aboutsummaryrefslogtreecommitdiff
path: root/include/video
diff options
context:
space:
mode:
authorTomi Valkeinen <tomi.valkeinen@ti.com>2011-05-27 10:52:38 +0300
committerTomi Valkeinen <tomi.valkeinen@ti.com>2011-06-22 11:27:19 +0300
commit9844f206264e3866b10ee8b28c8d3a96d20efc8c (patch)
tree7f2e9461acef1deadf5c09384402f12426e85e32 /include/video
parent3ccd200cbd195fe288919944ad267df34ee1e547 (diff)
OMAP: DSS2: Remove unused opt_clock_available
opt_clock_available() is no longer needed, so remove it. Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Diffstat (limited to 'include/video')
-rw-r--r--include/video/omapdss.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/video/omapdss.h b/include/video/omapdss.h
index 4acc451b7f5..e02823e3e68 100644
--- a/include/video/omapdss.h
+++ b/include/video/omapdss.h
@@ -258,8 +258,6 @@ static inline int omap_display_init(struct omap_dss_board_info *board_data)
struct omap_display_platform_data {
struct omap_dss_board_info *board_data;
/* TODO: Additional members to be added when PM is considered */
-
- bool (*opt_clock_available)(const char *clk_role);
};
struct omap_video_timings {