aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/w83781d.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/hwmon/w83781d.c')
-rw-r--r--drivers/hwmon/w83781d.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/hwmon/w83781d.c b/drivers/hwmon/w83781d.c
index ffdb3a03e2b5..a78929f2b3d8 100644
--- a/drivers/hwmon/w83781d.c
+++ b/drivers/hwmon/w83781d.c
@@ -272,7 +272,6 @@ static struct i2c_driver w83781d_driver = {
272 .owner = THIS_MODULE, 272 .owner = THIS_MODULE,
273 .name = "w83781d", 273 .name = "w83781d",
274 .id = I2C_DRIVERID_W83781D, 274 .id = I2C_DRIVERID_W83781D,
275 .flags = I2C_DF_NOTIFY,
276 .attach_adapter = w83781d_attach_adapter, 275 .attach_adapter = w83781d_attach_adapter,
277 .detach_client = w83781d_detach_client, 276 .detach_client = w83781d_detach_client,
278}; 277};