Krzysztof Kozlowski ee4de63681 i2c: mt65xx: drop of_match_ptr for ID table
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).

  drivers/i2c/busses/i2c-mt65xx.c:514:34: error: ‘mtk_i2c_of_match’ defined but not used [-Werror=unused-const-variable=]

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: Guenter Roeck <groeck@chromium.org>
Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Signed-off-by: Wolfram Sang <wsa@kernel.org>
2023-03-16 20:53:53 +01:00
..
2020-09-27 15:14:16 +02:00
2023-02-24 17:12:23 -08:00
2023-03-03 21:00:54 +01:00
2021-08-19 19:18:17 +02:00
2023-02-24 17:12:23 -08:00
2022-07-22 18:46:41 +02:00
2021-04-17 22:00:58 +02:00
2022-01-14 18:50:52 -05:00
2023-02-17 22:46:10 +01:00
2021-11-23 10:00:12 +01:00
2023-02-17 23:18:20 +01:00