OSDN Git Service

drm/mediatek: mtk_mt8173_hdmi_phy: Remove unnused const variables
authorEnric Balletbo i Serra <enric.balletbo@collabora.com>
Tue, 19 May 2020 09:40:45 +0000 (11:40 +0200)
committerChun-Kuang Hu <chunkuang.hu@kernel.org>
Sat, 4 Jul 2020 22:26:08 +0000 (06:26 +0800)
commit3a7826cc24e56ba8d3d18a202968553bdf687d98
treeff2087216dd66fec81e6c4de928586fe98494a35
parentdeb0f88b2208e9e6dbe39a0cbb3cdc458580d999
drm/mediatek: mtk_mt8173_hdmi_phy: Remove unnused const variables

There are some `static const u8` variables that are not used, this
triggers a warning building with `make W=1`, it is safe to remove them,
so do it and make the compiler more happy.

Signed-off-by: Enric Balletbo i Serra <enric.balletbo@collabora.com>
Signed-off-by: Chun-Kuang Hu <chunkuang.hu@kernel.org>
drivers/gpu/drm/mediatek/mtk_mt8173_hdmi_phy.c