]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitdb21b3832f71280288d96d048ff223ee012bec85
treeff2087216dd66fec81e6c4de928586fe98494a35
parente6d0a10b7a93050893d2e5e764f917e9fbb7d61a
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