]> 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)
commit62b4e64ff754b0b3dd206b661b65cc07fdb9e724
treeff2087216dd66fec81e6c4de928586fe98494a35
parentb6d6aa1f0a628a09b7c63de79e025c24f3c39dcb
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