drm/omap: Remove src field from omap_dss_device structure

The field is only used to check whether the device is connected, and we
can do so by checking the dss field instead. Remove the src field.

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: Sebastian Reichel <sebastian.reichel@collabora.com>
Tested-by: Sebastian Reichel <sebastian.reichel@collabora.com>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
This commit is contained in:
Laurent Pinchart
2018-09-13 03:48:02 +03:00
committed by Tomi Valkeinen
parent 27a7e3e184
commit df6682b435
2 changed files with 1 additions and 14 deletions

View File

@@ -409,7 +409,6 @@ struct omap_dss_device {
struct module *owner;
struct dss_device *dss;
struct omap_dss_device *src;
struct omap_dss_device *next;
struct list_head list;