diff options
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2012-09-14 06:34:50 -0400 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2013-06-17 07:00:55 -0400 |
commit | 94954fcb8030cd5545dcfc5b8c94fa224e20985d (patch) | |
tree | c353f0c353e72676214ee59434850ff52c6c4a7c /include/video/omapdss.h | |
parent | 29356be1e0233f883c54fbfcdb104491fdf44ab9 (diff) |
OMAPDSS: remove unused fields in omap_dss_device
The use of platform callbacks, backlight, DSI TE and reset gpio from the
struct omap_dss_device has been removed. We can thus remove the fields
from omap_dss_device.
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
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; |