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 934378eb4f8f..0a9eb1f6f4e4 100644
--- a/drivers/hwmon/lm78.c
+++ b/drivers/hwmon/lm78.c
@@ -168,7 +168,6 @@ static struct i2c_driver lm78_driver = {
168 .driver = { 168 .driver = {
169 .name = "lm78", 169 .name = "lm78",
170 }, 170 },
171 .id = I2C_DRIVERID_LM78,
172 .attach_adapter = lm78_attach_adapter, 171 .attach_adapter = lm78_attach_adapter,
173 .detach_client = lm78_detach_client, 172 .detach_client = lm78_detach_client,
174}; 173};