diff options
Diffstat (limited to 'drivers/macintosh/therm_adt746x.c')
-rw-r--r-- | drivers/macintosh/therm_adt746x.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/macintosh/therm_adt746x.c b/drivers/macintosh/therm_adt746x.c index f38696622eb..f62c16fab42 100644 --- a/drivers/macintosh/therm_adt746x.c +++ b/drivers/macintosh/therm_adt746x.c | |||
@@ -173,7 +173,6 @@ detach_thermostat(struct i2c_adapter *adapter) | |||
173 | static struct i2c_driver thermostat_driver = { | 173 | static struct i2c_driver thermostat_driver = { |
174 | .owner = THIS_MODULE, | 174 | .owner = THIS_MODULE, |
175 | .name = "therm_adt746x", | 175 | .name = "therm_adt746x", |
176 | .flags = I2C_DF_NOTIFY, | ||
177 | .attach_adapter = attach_thermostat, | 176 | .attach_adapter = attach_thermostat, |
178 | .detach_adapter = detach_thermostat, | 177 | .detach_adapter = detach_thermostat, |
179 | }; | 178 | }; |