diff options
-rw-r--r-- | drivers/hwmon/adt7475.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hwmon/adt7475.c b/drivers/hwmon/adt7475.c index 0dbb8df74e44..7caec127df86 100644 --- a/drivers/hwmon/adt7475.c +++ b/drivers/hwmon/adt7475.c | |||
@@ -168,7 +168,7 @@ static const struct i2c_device_id adt7475_id[] = { | |||
168 | }; | 168 | }; |
169 | MODULE_DEVICE_TABLE(i2c, adt7475_id); | 169 | MODULE_DEVICE_TABLE(i2c, adt7475_id); |
170 | 170 | ||
171 | static const struct of_device_id adt7475_of_match[] = { | 171 | static const struct of_device_id __maybe_unused adt7475_of_match[] = { |
172 | { | 172 | { |
173 | .compatible = "adi,adt7473", | 173 | .compatible = "adi,adt7473", |
174 | .data = (void *)adt7473 | 174 | .data = (void *)adt7473 |