The remove of the line of the referenced string was the forced solution of this source of warning. The string wasn't defined in the bindings directory, so this was necessary. Signed-off-by: Fabio Joaquin <joakobar2000@xxxxxxxxx> --- drivers/staging/iio/accel/adis16203.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/staging/iio/accel/adis16203.c b/drivers/staging/iio/accel/adis16203.c index c0e4c9266b5f4..0255ed6dc300d 100644 --- a/drivers/staging/iio/accel/adis16203.c +++ b/drivers/staging/iio/accel/adis16203.c @@ -293,7 +293,6 @@ static int adis16203_probe(struct spi_device *spi) } static const struct of_device_id adis16203_of_match[] = { - { .compatible = "adi,adis16203" }, { }, }; -- 2.34.1