Re: [PATCH 1/2] backlight: lp855x: mark OF related data as maybe unused
From: Daniel Thompson <hidden>
Date: 2023-03-13 09:49:12
Also in:
dri-devel, lkml
From: Daniel Thompson <hidden>
Date: 2023-03-13 09:49:12
Also in:
dri-devel, lkml
On Sat, Mar 11, 2023 at 06:35:55PM +0100, Krzysztof Kozlowski wrote:
The driver can be compile tested with !CONFIG_OF making certain data unused: drivers/video/backlight/lp855x_bl.c:551:34: error: ‘lp855x_dt_ids’ defined but not used [-Werror=unused-const-variable=] Signed-off-by: Krzysztof Kozlowski <redacted>
Reviewed-by: Daniel Thompson <redacted>