[PATCH 06/16] spi: rockchip: Drop of_match_ptr for ID table
Heiko Stuebner
heiko at sntech.de
Sat Mar 11 04:56:40 PST 2023
Am Freitag, 10. März 2023, 23:28:47 CET schrieb Krzysztof Kozlowski:
> 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 is not relevant here).
>
> drivers/spi/spi-rockchip.c:1051:34: error: ‘rockchip_spi_dt_match’ defined but not used [-Werror=unused-const-variable=]
>
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski at linaro.org>
Reviewed-by: Heiko Stuebner <heiko at sntech.de>
More information about the linux-amlogic
mailing list