aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/lm87.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/hwmon/lm87.c')
-rw-r--r--drivers/hwmon/lm87.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/hwmon/lm87.c b/drivers/hwmon/lm87.c
index 3ab4c3f0efdd..7bedf7455e9a 100644
--- a/drivers/hwmon/lm87.c
+++ b/drivers/hwmon/lm87.c
@@ -171,7 +171,6 @@ static struct i2c_driver lm87_driver = {
171 .driver = { 171 .driver = {
172 .name = "lm87", 172 .name = "lm87",
173 }, 173 },
174 .id = I2C_DRIVERID_LM87,
175 .attach_adapter = lm87_attach_adapter, 174 .attach_adapter = lm87_attach_adapter,
176 .detach_client = lm87_detach_client, 175 .detach_client = lm87_detach_client,
177}; 176};