drm/meson: drop unused static dw_hdmi_dwc_write_bits
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Sun, 8 Sep 2024 14:21:31 +0000 (16:21 +0200)
committerNeil Armstrong <neil.armstrong@linaro.org>
Mon, 21 Oct 2024 12:45:09 +0000 (14:45 +0200)
commitd9c12481f980bdad9cf6fdb742e49c5b50622795
tree67bcee4e9c2d60a741b3ef0f0eb56fa1760ad6e4
parent23f59d7baa1fe31823d223afe9cace1494bdf5b1
drm/meson: drop unused static dw_hdmi_dwc_write_bits

static inline dw_hdmi_dwc_write_bits() function is not used at all:

  drivers/gpu/drm/meson/meson_dw_hdmi.c:276:20: error: unused function 'dw_hdmi_dwc_write_bits' [-Werror,-Wunused-function]

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org>
Link: https://lore.kernel.org/r/20240908-regmap-config-const-v1-1-28f349004811@linaro.org
[narmstrong: s/staitc/static/]
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20240908-regmap-config-const-v1-1-28f349004811@linaro.org
Link: https://patchwork.freedesktop.org/patch/msgid/20240902113320.903147-2-liaochen4@huawei.com
drivers/gpu/drm/meson/meson_dw_hdmi.c