summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/hwmon/w83773g.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hwmon/w83773g.c b/drivers/hwmon/w83773g.c
index 1f34d885db52..d4105321e462 100644
--- a/drivers/hwmon/w83773g.c
+++ b/drivers/hwmon/w83773g.c
@@ -44,7 +44,7 @@ static const struct i2c_device_id w83773_id[] = {
44 44
45MODULE_DEVICE_TABLE(i2c, w83773_id); 45MODULE_DEVICE_TABLE(i2c, w83773_id);
46 46
47static const struct of_device_id w83773_of_match[] = { 47static const struct of_device_id __maybe_unused w83773_of_match[] = {
48 { 48 {
49 .compatible = "nuvoton,w83773g" 49 .compatible = "nuvoton,w83773g"
50 }, 50 },