diff options
Diffstat (limited to 'include/video/omapdss.h')
-rw-r--r-- | include/video/omapdss.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/include/video/omapdss.h b/include/video/omapdss.h index 80d7eb6358ae..ef9db241b4a1 100644 --- a/include/video/omapdss.h +++ b/include/video/omapdss.h | |||
@@ -608,9 +608,6 @@ struct omap_dss_device { | |||
608 | 608 | ||
609 | struct { | 609 | struct { |
610 | int module; | 610 | int module; |
611 | |||
612 | bool ext_te; | ||
613 | u8 ext_te_gpio; | ||
614 | } dsi; | 611 | } dsi; |
615 | 612 | ||
616 | struct { | 613 | struct { |
@@ -631,10 +628,6 @@ struct omap_dss_device { | |||
631 | struct rfbi_timings rfbi_timings; | 628 | struct rfbi_timings rfbi_timings; |
632 | } ctrl; | 629 | } ctrl; |
633 | 630 | ||
634 | int reset_gpio; | ||
635 | |||
636 | int max_backlight_level; | ||
637 | |||
638 | const char *name; | 631 | const char *name; |
639 | 632 | ||
640 | /* used to match device to driver */ | 633 | /* used to match device to driver */ |
@@ -655,13 +648,6 @@ struct omap_dss_device { | |||
655 | 648 | ||
656 | enum omap_dss_audio_state audio_state; | 649 | enum omap_dss_audio_state audio_state; |
657 | 650 | ||
658 | /* platform specific */ | ||
659 | int (*platform_enable)(struct omap_dss_device *dssdev); | ||
660 | void (*platform_disable)(struct omap_dss_device *dssdev); | ||
661 | int (*set_backlight)(struct omap_dss_device *dssdev, int level); | ||
662 | int (*get_backlight)(struct omap_dss_device *dssdev); | ||
663 | |||
664 | |||
665 | /* OMAP DSS output specific fields */ | 651 | /* OMAP DSS output specific fields */ |
666 | 652 | ||
667 | struct list_head list; | 653 | struct list_head list; |