aboutsummaryrefslogtreecommitdiffstats
path: root/include/video/omapdss.h
diff options
context:
space:
mode:
authorTomi Valkeinen <tomi.valkeinen@ti.com>2012-09-14 13:34:50 +0300
committerTomi Valkeinen <tomi.valkeinen@ti.com>2013-06-17 14:00:55 +0300
commit94954fcb8030cd5545dcfc5b8c94fa224e20985d (patch)
treec353f0c353e72676214ee59434850ff52c6c4a7c /include/video/omapdss.h
parentOMAPDSS: HDMI clean up hpd_gpio (diff)
downloadlinux-dev-94954fcb8030cd5545dcfc5b8c94fa224e20985d.tar.xz
linux-dev-94954fcb8030cd5545dcfc5b8c94fa224e20985d.zip
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.h14
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 {
struct {
int module;
-
- bool ext_te;
- u8 ext_te_gpio;
} dsi;
struct {
@@ -631,10 +628,6 @@ struct omap_dss_device {
struct rfbi_timings rfbi_timings;
} ctrl;
- int reset_gpio;
-
- int max_backlight_level;
-
const char *name;
/* used to match device to driver */
@@ -655,13 +648,6 @@ struct omap_dss_device {
enum omap_dss_audio_state audio_state;
- /* platform specific */
- int (*platform_enable)(struct omap_dss_device *dssdev);
- void (*platform_disable)(struct omap_dss_device *dssdev);
- int (*set_backlight)(struct omap_dss_device *dssdev, int level);
- int (*get_backlight)(struct omap_dss_device *dssdev);
-
-
/* OMAP DSS output specific fields */
struct list_head list;