backlight: qcom-wled: Remove unused configs for LED3 and LED4
authorLee Jones <lee.jones@linaro.org>
Tue, 23 Jun 2020 14:47:02 +0000 (15:47 +0100)
committerLee Jones <lee.jones@linaro.org>
Mon, 6 Jul 2020 07:11:43 +0000 (08:11 +0100)
commite17c7461a28ce7f0cc2c1aec307584dccd04a847
tree7f877dd5c748ff0a72a6f6b4a498df95ee988c3e
parent3e799ccda3651a43ef3b366f70101e16e5054865
backlight: qcom-wled: Remove unused configs for LED3 and LED4

Fixes W=1 warnings:

 drivers/video/backlight/qcom-wled.c:1294:34: warning: ‘wled4_string_cfg’ defined but not used [-Wunused-const-variable=]
 1294 | static const struct wled_var_cfg wled4_string_cfg = {
 | ^~~~~~~~~~~~~~~~
 drivers/video/backlight/qcom-wled.c:1290:34: warning: ‘wled3_string_cfg’ defined but not used [-Wunused-const-variable=]
 1290 | static const struct wled_var_cfg wled3_string_cfg = {
 | ^~~~~~~~~~~~~~~~

Cc: Andy Gross <agross@kernel.org>
Cc: Bjorn Andersson <bjorn.andersson@linaro.org>
Cc: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
Cc: linux-arm-msm@vger.kernel.org
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Reviewed-by: Daniel Thompson <daniel.thompson@linaro.org>
Reviewed-by: Sam Ravnborg <sam@ravnborg.org>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
drivers/video/backlight/qcom-wled.c