aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/lm83.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/hwmon/lm83.c')
-rw-r--r--drivers/hwmon/lm83.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/hwmon/lm83.c b/drivers/hwmon/lm83.c
index 9a70611a9f6..96cb34ea249 100644
--- a/drivers/hwmon/lm83.c
+++ b/drivers/hwmon/lm83.c
@@ -127,7 +127,6 @@ static struct i2c_driver lm83_driver = {
127 .owner = THIS_MODULE, 127 .owner = THIS_MODULE,
128 .name = "lm83", 128 .name = "lm83",
129 .id = I2C_DRIVERID_LM83, 129 .id = I2C_DRIVERID_LM83,
130 .flags = I2C_DF_NOTIFY,
131 .attach_adapter = lm83_attach_adapter, 130 .attach_adapter = lm83_attach_adapter,
132 .detach_client = lm83_detach_client, 131 .detach_client = lm83_detach_client,
133}; 132};