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>
This commit is contained in:
Tomi Valkeinen 2012-11-20 11:58:47 +02:00
parent c1e4535d43
commit b3864299c1
3 changed files with 4 additions and 302 deletions

View file

@ -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 *);