diff options
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2012-11-20 11:58:47 +0200 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2013-08-30 08:51:10 +0300 |
commit | b3864299c1602efabcdb87d0264a45845530b7c9 (patch) | |
tree | 5add39f9809c32e3204c36958aa643ff66ccdd8f /include/video | |
parent | c1e4535d431927a440e658dcafae58e309f4add7 (diff) |
OMAPDSS: DSS: remove legacy dss bus support
With all the old panels removed and all the old panel model APIs removed
from the DSS encoders, we can now remove the custom omapdss-bus which
was used in the old panel model.
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Reviewed-by: Archit Taneja <archit@ti.com>
Diffstat (limited to 'include/video')
-rw-r--r-- | include/video/omapdss.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/video/omapdss.h b/include/video/omapdss.h index ca04b56c8f9d..763b11b58153 100644 --- a/include/video/omapdss.h +++ b/include/video/omapdss.h @@ -703,10 +703,6 @@ struct omapdss_dsi_ops { }; struct omap_dss_device { - /* old device, to be removed */ - struct device old_dev; - - /* new device, pointer to panel device */ struct device *dev; struct module *owner; @@ -808,8 +804,6 @@ struct omap_dss_hdmi_data }; struct omap_dss_driver { - struct device_driver driver; - int (*probe)(struct omap_dss_device *); void (*remove)(struct omap_dss_device *); |