diff options
Diffstat (limited to 'drivers/hwmon/lm85.c')
-rw-r--r-- | drivers/hwmon/lm85.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/hwmon/lm85.c b/drivers/hwmon/lm85.c index 3f5544a40f3c..131ecab094ac 100644 --- a/drivers/hwmon/lm85.c +++ b/drivers/hwmon/lm85.c | |||
@@ -383,7 +383,6 @@ static struct i2c_driver lm85_driver = { | |||
383 | .owner = THIS_MODULE, | 383 | .owner = THIS_MODULE, |
384 | .name = "lm85", | 384 | .name = "lm85", |
385 | .id = I2C_DRIVERID_LM85, | 385 | .id = I2C_DRIVERID_LM85, |
386 | .flags = I2C_DF_NOTIFY, | ||
387 | .attach_adapter = lm85_attach_adapter, | 386 | .attach_adapter = lm85_attach_adapter, |
388 | .detach_client = lm85_detach_client, | 387 | .detach_client = lm85_detach_client, |
389 | }; | 388 | }; |