Commit 94954fcb authored by Tomi Valkeinen's avatar Tomi Valkeinen

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: default avatarTomi Valkeinen <tomi.valkeinen@ti.com>
parent 29356be1
...@@ -608,9 +608,6 @@ struct omap_dss_device { ...@@ -608,9 +608,6 @@ struct omap_dss_device {
struct { struct {
int module; int module;
bool ext_te;
u8 ext_te_gpio;
} dsi; } dsi;
struct { struct {
...@@ -631,10 +628,6 @@ struct omap_dss_device { ...@@ -631,10 +628,6 @@ struct omap_dss_device {
struct rfbi_timings rfbi_timings; struct rfbi_timings rfbi_timings;
} ctrl; } ctrl;
int reset_gpio;
int max_backlight_level;
const char *name; const char *name;
/* used to match device to driver */ /* used to match device to driver */
...@@ -655,13 +648,6 @@ struct omap_dss_device { ...@@ -655,13 +648,6 @@ struct omap_dss_device {
enum omap_dss_audio_state audio_state; 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 */ /* OMAP DSS output specific fields */
struct list_head list; struct list_head list;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment