Re: [PATCH 13/16] spi: bcm-qspi: Mark OF related data as maybe unused

From: Florian Fainelli
Date: Fri Mar 10 2023 - 17:37:14 EST


On 3/10/23 14:28, Krzysztof Kozlowski wrote:
The driver can be compile tested with !CONFIG_OF making certain data
unused:

drivers/spi/spi-bcm-qspi.c:1460:34: error: ‘bcm_qspi_of_match’ defined but not used [-Werror=unused-const-variable=]

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx>

Acked-by: Florian Fainelli <f.fainelli@xxxxxxxxx>
--
Florian