diff options
Diffstat (limited to 'drivers/hwmon/i5k_amb.c')
-rw-r--r-- | drivers/hwmon/i5k_amb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hwmon/i5k_amb.c b/drivers/hwmon/i5k_amb.c index 46141abaafba..3fa3cc8dd061 100644 --- a/drivers/hwmon/i5k_amb.c +++ b/drivers/hwmon/i5k_amb.c | |||
@@ -587,7 +587,7 @@ static struct platform_driver i5k_amb_driver = { | |||
587 | .name = DRVNAME, | 587 | .name = DRVNAME, |
588 | }, | 588 | }, |
589 | .probe = i5k_amb_probe, | 589 | .probe = i5k_amb_probe, |
590 | .remove = __devexit_p(i5k_amb_remove), | 590 | .remove = i5k_amb_remove, |
591 | }; | 591 | }; |
592 | 592 | ||
593 | static int __init i5k_amb_init(void) | 593 | static int __init i5k_amb_init(void) |