drm/omap: Remove set but not used variable 'tclk_trail'
authorzhengbin <zhengbin13@huawei.com>
Tue, 8 Oct 2019 07:15:47 +0000 (15:15 +0800)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Mon, 14 Oct 2019 11:20:44 +0000 (14:20 +0300)
commit83e3b8a9c0603ff7445a66145d5dc042982f7d0d
treeb2e09f0cbcb5eb30514b3ba3e0214d536faf4a99
parent57d55bb5dc8690c8072f029796605498aeac0441
drm/omap: Remove set but not used variable 'tclk_trail'

Fixes gcc '-Wunused-but-set-variable' warning:

drivers/gpu/drm/omapdrm/dss/dsi.c: In function dsi_proto_timings:
drivers/gpu/drm/omapdrm/dss/dsi.c:3562:46: warning: variable tclk_trail set but not used [-Wunused-but-set-variable]

It is not used since commit 9960aa7cb58c ("drm/omap:
move omapdss & displays under omapdrm")

Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: zhengbin <zhengbin13@huawei.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Link: https://patchwork.freedesktop.org/patch/msgid/1570518949-47574-3-git-send-email-zhengbin13@huawei.com
drivers/gpu/drm/omapdrm/dss/dsi.c