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:

committed by
Tomi Valkeinen

parent
27a7e3e184
commit
df6682b435
@@ -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;
|
||||
|
Reference in New Issue
Block a user