]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
drm/bridge: tc358767: remove unused swing & preemp
authorTomi Valkeinen <tomi.valkeinen@ti.com>
Tue, 28 May 2019 08:27:28 +0000 (11:27 +0300)
committerAndrzej Hajda <a.hajda@samsung.com>
Fri, 31 May 2019 13:41:18 +0000 (15:41 +0200)
swing and preemp fields are not used. Remove them.

Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Reviewed-by: Andrzej Hajda <a.hajda@samsung.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Andrzej Hajda <a.hajda@samsung.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20190528082747.3631-6-tomi.valkeinen@ti.com
drivers/gpu/drm/bridge/tc358767.c

index c4d9834d4b329cb841d6e04d6ea7059bd1f12d2c..119cd8d14d4be7a7717499d1cf96dca4d5b870bc 100644 (file)
@@ -188,8 +188,6 @@ struct tc_edp_link {
        u8                      assr;
        bool                    scrambler_dis;
        bool                    spread;
-       u8                      swing;
-       u8                      preemp;
 };
 
 struct tc_data {