diff options
Diffstat (limited to 'drivers/hwmon/it87.c')
-rw-r--r-- | drivers/hwmon/it87.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hwmon/it87.c b/drivers/hwmon/it87.c index f1de3979181f..2cb0da1190c7 100644 --- a/drivers/hwmon/it87.c +++ b/drivers/hwmon/it87.c | |||
@@ -443,7 +443,7 @@ static struct platform_driver it87_driver = { | |||
443 | .name = DRVNAME, | 443 | .name = DRVNAME, |
444 | }, | 444 | }, |
445 | .probe = it87_probe, | 445 | .probe = it87_probe, |
446 | .remove = __devexit_p(it87_remove), | 446 | .remove = it87_remove, |
447 | }; | 447 | }; |
448 | 448 | ||
449 | static ssize_t show_in(struct device *dev, struct device_attribute *attr, | 449 | static ssize_t show_in(struct device *dev, struct device_attribute *attr, |