aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/lm78.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/hwmon/lm78.c')
-rw-r--r--drivers/hwmon/lm78.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/hwmon/lm78.c b/drivers/hwmon/lm78.c
index 78cdd506439f..18448f83a6b0 100644
--- a/drivers/hwmon/lm78.c
+++ b/drivers/hwmon/lm78.c
@@ -167,7 +167,6 @@ static struct i2c_driver lm78_driver = {
167 .owner = THIS_MODULE, 167 .owner = THIS_MODULE,
168 .name = "lm78", 168 .name = "lm78",
169 .id = I2C_DRIVERID_LM78, 169 .id = I2C_DRIVERID_LM78,
170 .flags = I2C_DF_NOTIFY,
171 .attach_adapter = lm78_attach_adapter, 170 .attach_adapter = lm78_attach_adapter,
172 .detach_client = lm78_detach_client, 171 .detach_client = lm78_detach_client,
173}; 172};