[PATCH 1/4] Input: st-keyscan: drop of_match_ptr for ID table

Dmitry Torokhov dmitry.torokhov at gmail.com
Fri Mar 17 04:19:52 PDT 2023


On Sun, Mar 12, 2023 at 02:15:11PM +0100, Krzysztof Kozlowski wrote:
> The driver can match only via the DT table so the table should be always
> used and the of_match_ptr does not have any sense (this also allows ACPI
> matching via PRP0001, even though it might not be relevant here).  This
> also fixes !CONFIG_OF error:
> 
>   drivers/input/keyboard/st-keyscan.c:251:34: error: ‘keyscan_of_match’ defined but not used [-Werror=unused-const-variable=]
> 
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski at linaro.org>

Applied, thank you.

-- 
Dmitry



More information about the linux-arm-kernel mailing list