summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
Diffstat (limited to 'drivers')
-rw-r--r--drivers/hwmon/ftsteutates.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hwmon/ftsteutates.c b/drivers/hwmon/ftsteutates.c
index a0fb9e9291f0..0801f48a41f7 100644
--- a/drivers/hwmon/ftsteutates.c
+++ b/drivers/hwmon/ftsteutates.c
@@ -60,7 +60,7 @@
60 60
61static const unsigned short normal_i2c[] = { 0x73, I2C_CLIENT_END }; 61static const unsigned short normal_i2c[] = { 0x73, I2C_CLIENT_END };
62 62
63static struct i2c_device_id fts_id[] = { 63static const struct i2c_device_id fts_id[] = {
64 { "ftsteutates", 0 }, 64 { "ftsteutates", 0 },
65 { } 65 { }
66}; 66};