aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/hwmon/iio_hwmon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hwmon/iio_hwmon.c b/drivers/hwmon/iio_hwmon.c
index 9fbb1b1fdff3..14c82daab019 100644
--- a/drivers/hwmon/iio_hwmon.c
+++ b/drivers/hwmon/iio_hwmon.c
@@ -163,7 +163,7 @@ static int iio_hwmon_remove(struct platform_device *pdev)
163 return 0; 163 return 0;
164} 164}
165 165
166static struct of_device_id iio_hwmon_of_match[] = { 166static const struct of_device_id iio_hwmon_of_match[] = {
167 { .compatible = "iio-hwmon", }, 167 { .compatible = "iio-hwmon", },
168 { } 168 { }
169}; 169};