diff options
Diffstat (limited to 'drivers/hwmon/hih6130.c')
-rw-r--r-- | drivers/hwmon/hih6130.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hwmon/hih6130.c b/drivers/hwmon/hih6130.c index 9a675efaa78..9ebe24e9220 100644 --- a/drivers/hwmon/hih6130.c +++ b/drivers/hwmon/hih6130.c | |||
@@ -283,7 +283,7 @@ MODULE_DEVICE_TABLE(i2c, hih6130_id); | |||
283 | static struct i2c_driver hih6130_driver = { | 283 | static struct i2c_driver hih6130_driver = { |
284 | .driver.name = "hih6130", | 284 | .driver.name = "hih6130", |
285 | .probe = hih6130_probe, | 285 | .probe = hih6130_probe, |
286 | .remove = __devexit_p(hih6130_remove), | 286 | .remove = hih6130_remove, |
287 | .id_table = hih6130_id, | 287 | .id_table = hih6130_id, |
288 | }; | 288 | }; |
289 | 289 | ||