diff options
Diffstat (limited to 'drivers/hwmon/lm90.c')
-rw-r--r-- | drivers/hwmon/lm90.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/hwmon/lm90.c b/drivers/hwmon/lm90.c index 83cf2e1b09f5..011923b7091d 100644 --- a/drivers/hwmon/lm90.c +++ b/drivers/hwmon/lm90.c | |||
@@ -189,7 +189,6 @@ static struct i2c_driver lm90_driver = { | |||
189 | .owner = THIS_MODULE, | 189 | .owner = THIS_MODULE, |
190 | .name = "lm90", | 190 | .name = "lm90", |
191 | .id = I2C_DRIVERID_LM90, | 191 | .id = I2C_DRIVERID_LM90, |
192 | .flags = I2C_DF_NOTIFY, | ||
193 | .attach_adapter = lm90_attach_adapter, | 192 | .attach_adapter = lm90_attach_adapter, |
194 | .detach_client = lm90_detach_client, | 193 | .detach_client = lm90_detach_client, |
195 | }; | 194 | }; |