aboutsummaryrefslogtreecommitdiffstats
path: root/include/video/omapdss.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/video/omapdss.h')
-rw-r--r--include/video/omapdss.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/video/omapdss.h b/include/video/omapdss.h
index fd8f8be449d7..e65e2e9e16eb 100644
--- a/include/video/omapdss.h
+++ b/include/video/omapdss.h
@@ -464,7 +464,6 @@ struct omap_overlay_manager {
464 enum omap_dss_output_id supported_outputs; 464 enum omap_dss_output_id supported_outputs;
465 465
466 /* dynamic fields */ 466 /* dynamic fields */
467 struct omap_dss_device *device;
468 struct omap_dss_output *output; 467 struct omap_dss_output *output;
469 468
470 /* 469 /*
@@ -478,9 +477,6 @@ struct omap_overlay_manager {
478 * interrupt context 477 * interrupt context
479 */ 478 */
480 479
481 int (*set_device)(struct omap_overlay_manager *mgr,
482 struct omap_dss_device *dssdev);
483 int (*unset_device)(struct omap_overlay_manager *mgr);
484 int (*set_output)(struct omap_overlay_manager *mgr, 480 int (*set_output)(struct omap_overlay_manager *mgr,
485 struct omap_dss_output *output); 481 struct omap_dss_output *output);
486 int (*unset_output)(struct omap_overlay_manager *mgr); 482 int (*unset_output)(struct omap_overlay_manager *mgr);
@@ -628,7 +624,6 @@ struct omap_dss_device {
628 624
629 enum omap_display_caps caps; 625 enum omap_display_caps caps;
630 626
631 struct omap_overlay_manager *manager;
632 struct omap_dss_output *output; 627 struct omap_dss_output *output;
633 628
634 enum omap_dss_display_state state; 629 enum omap_dss_display_state state;