i2c: synquacer: mark OF related data as maybe unused
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Sat, 11 Mar 2023 11:16:58 +0000 (12:16 +0100)
committerWolfram Sang <wsa@kernel.org>
Wed, 29 Mar 2023 18:54:28 +0000 (20:54 +0200)
commit79a1725028e0ba9982e31b3b8820a92cce704416
tree9bc9f4d13beedbd38377e5b0f3f7a39ab4293464
parent7d8b59a9482af9cc3808bb064cd9b7a0eb231faa
i2c: synquacer: mark OF related data as maybe unused

The driver can be compile tested with !CONFIG_OF making certain data
unused:

  drivers/i2c/busses/i2c-synquacer.c:632:34: error: ‘synquacer_i2c_dt_ids’ defined but not used [-Werror=unused-const-variable=]

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: Guenter Roeck <groeck@chromium.org>
Signed-off-by: Wolfram Sang <wsa@kernel.org>
drivers/i2c/busses/i2c-synquacer.c