aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/macintosh/windfarm_pm81.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/macintosh/windfarm_pm81.c')
-rw-r--r--drivers/macintosh/windfarm_pm81.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/macintosh/windfarm_pm81.c b/drivers/macintosh/windfarm_pm81.c
index 990c87606be9..f84933ff3298 100644
--- a/drivers/macintosh/windfarm_pm81.c
+++ b/drivers/macintosh/windfarm_pm81.c
@@ -720,7 +720,7 @@ static int wf_smu_probe(struct platform_device *ddev)
720 return 0; 720 return 0;
721} 721}
722 722
723static int __devexit wf_smu_remove(struct platform_device *ddev) 723static int wf_smu_remove(struct platform_device *ddev)
724{ 724{
725 wf_unregister_client(&wf_smu_events); 725 wf_unregister_client(&wf_smu_events);
726 726
@@ -763,7 +763,7 @@ static int __devexit wf_smu_remove(struct platform_device *ddev)
763 763
764static struct platform_driver wf_smu_driver = { 764static struct platform_driver wf_smu_driver = {
765 .probe = wf_smu_probe, 765 .probe = wf_smu_probe,
766 .remove = __devexit_p(wf_smu_remove), 766 .remove = wf_smu_remove,
767 .driver = { 767 .driver = {
768 .name = "windfarm", 768 .name = "windfarm",
769 .owner = THIS_MODULE, 769 .owner = THIS_MODULE,