diff options
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2012-05-11 15:10:10 +0300 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2012-05-11 15:10:10 +0300 |
commit | 38137c8f0ce8dfaea467884cb2eb45de8df1bdfc (patch) | |
tree | 4985e69beb92a6f9ed9e280dc1e6d5d6c3efb645 /include/video | |
parent | 3a028bb99d1f1e5c444060a176cbd4bf93530df3 (diff) | |
parent | af461d64e11f81db4a7619dd574fe779ae3a0884 (diff) |
Merge branch 'dss-devtree-cleanup'
Merge OMAP DSS cleanups that restructure the omapdss driver to facilitate
implementing device tree support in the future.
Diffstat (limited to 'include/video')
-rw-r--r-- | include/video/omapdss.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/video/omapdss.h b/include/video/omapdss.h index 1cbb2dd5fbb..1217df40cb7 100644 --- a/include/video/omapdss.h +++ b/include/video/omapdss.h @@ -317,11 +317,6 @@ extern int omap_display_init(struct omap_dss_board_info *board_data); /* HDMI mux init*/ extern int omap_hdmi_init(enum omap_hdmi_flags flags); -struct omap_display_platform_data { - struct omap_dss_board_info *board_data; - /* TODO: Additional members to be added when PM is considered */ -}; - struct omap_video_timings { /* Unit: pixels */ u16 x_res; |