summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/omapdrm/dss/omapdss.h
diff options
context:
space:
mode:
authorLaurent Pinchart2018-09-12 18:05:18 +0200
committerTomi Valkeinen2019-03-18 10:42:12 +0100
commit56c9818d5c89b2655c6b4c65b99829faf5b4f544 (patch)
tree7f7600e8757adec978d17e342cba520dac072123 /drivers/gpu/drm/omapdrm/dss/omapdss.h
parentdrm/omap: Reverse direction of the DSS device enable/disable operations (diff)
downloadkernel-qcow2-linux-56c9818d5c89b2655c6b4c65b99829faf5b4f544.tar.gz
kernel-qcow2-linux-56c9818d5c89b2655c6b4c65b99829faf5b4f544.tar.xz
kernel-qcow2-linux-56c9818d5c89b2655c6b4c65b99829faf5b4f544.zip
drm/omap: Remove omap_dss_device dst field
The field is only used in a safety check during device connection/disconnection, where the src field can be easily used instead. Remove it and use src. 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>
Diffstat (limited to 'drivers/gpu/drm/omapdrm/dss/omapdss.h')
-rw-r--r--drivers/gpu/drm/omapdrm/dss/omapdss.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/omapdrm/dss/omapdss.h b/drivers/gpu/drm/omapdrm/dss/omapdss.h
index 4cd3874228a5..fc82b8f545ae 100644
--- a/drivers/gpu/drm/omapdrm/dss/omapdss.h
+++ b/drivers/gpu/drm/omapdrm/dss/omapdss.h
@@ -406,7 +406,6 @@ struct omap_dss_device {
struct dss_device *dss;
struct omap_dss_device *src;
- struct omap_dss_device *dst;
struct omap_dss_device *next;
struct list_head list;