diff options
Diffstat (limited to 'drivers/hwmon/lm87.c')
-rw-r--r-- | drivers/hwmon/lm87.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/hwmon/lm87.c b/drivers/hwmon/lm87.c index eeec18177861..26fd0b33beaf 100644 --- a/drivers/hwmon/lm87.c +++ b/drivers/hwmon/lm87.c | |||
@@ -164,7 +164,6 @@ static struct i2c_driver lm87_driver = { | |||
164 | .owner = THIS_MODULE, | 164 | .owner = THIS_MODULE, |
165 | .name = "lm87", | 165 | .name = "lm87", |
166 | .id = I2C_DRIVERID_LM87, | 166 | .id = I2C_DRIVERID_LM87, |
167 | .flags = I2C_DF_NOTIFY, | ||
168 | .attach_adapter = lm87_attach_adapter, | 167 | .attach_adapter = lm87_attach_adapter, |
169 | .detach_client = lm87_detach_client, | 168 | .detach_client = lm87_detach_client, |
170 | }; | 169 | }; |