aboutsummaryrefslogtreecommitdiffstats
path: root/include/video/omapdss.h
diff options
context:
space:
mode:
authorTomi Valkeinen <tomi.valkeinen@ti.com>2012-11-20 04:58:47 -0500
committerTomi Valkeinen <tomi.valkeinen@ti.com>2013-08-30 01:51:10 -0400
commitb3864299c1602efabcdb87d0264a45845530b7c9 (patch)
tree5add39f9809c32e3204c36958aa643ff66ccdd8f /include/video/omapdss.h
parentc1e4535d431927a440e658dcafae58e309f4add7 (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/omapdss.h')
-rw-r--r--include/video/omapdss.h6
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 {
703}; 703};
704 704
705struct omap_dss_device { 705struct omap_dss_device {
706 /* old device, to be removed */
707 struct device old_dev;
708
709 /* new device, pointer to panel device */
710 struct device *dev; 706 struct device *dev;
711 707
712 struct module *owner; 708 struct module *owner;
@@ -808,8 +804,6 @@ struct omap_dss_hdmi_data
808}; 804};
809 805
810struct omap_dss_driver { 806struct omap_dss_driver {
811 struct device_driver driver;
812
813 int (*probe)(struct omap_dss_device *); 807 int (*probe)(struct omap_dss_device *);
814 void (*remove)(struct omap_dss_device *); 808 void (*remove)(struct omap_dss_device *);
815 809