diff options
Diffstat (limited to 'drivers/hwmon/w83627hf.c')
-rw-r--r-- | drivers/hwmon/w83627hf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hwmon/w83627hf.c b/drivers/hwmon/w83627hf.c index af1589908709..3aff01505c86 100644 --- a/drivers/hwmon/w83627hf.c +++ b/drivers/hwmon/w83627hf.c | |||
@@ -407,7 +407,7 @@ static struct platform_driver w83627hf_driver = { | |||
407 | .name = DRVNAME, | 407 | .name = DRVNAME, |
408 | }, | 408 | }, |
409 | .probe = w83627hf_probe, | 409 | .probe = w83627hf_probe, |
410 | .remove = __devexit_p(w83627hf_remove), | 410 | .remove = w83627hf_remove, |
411 | }; | 411 | }; |
412 | 412 | ||
413 | static ssize_t | 413 | static ssize_t |