aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pwm/pwm-ab8500.c
diff options
context:
space:
mode:
authorBill Pemberton <[email protected]>2012-11-19 18:26:09 +0000
committerGreg Kroah-Hartman <[email protected]>2012-11-28 20:23:41 +0000
commit77f37917a6f2bd8635b553178bb34bdd80f08e40 (patch)
tree712f137581670232be398f87acbf019af0e4b5a8 /drivers/pwm/pwm-ab8500.c
parentpwm: remove use of __devinit (diff)
downloadkernel-77f37917a6f2bd8635b553178bb34bdd80f08e40.tar.gz
kernel-77f37917a6f2bd8635b553178bb34bdd80f08e40.zip
pwm: remove use of __devexit
CONFIG_HOTPLUG is going away as an option so __devexit is no longer needed. Signed-off-by: Bill Pemberton <[email protected]> Acked-by: Thierry Reding <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'drivers/pwm/pwm-ab8500.c')
-rw-r--r--drivers/pwm/pwm-ab8500.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pwm/pwm-ab8500.c b/drivers/pwm/pwm-ab8500.c
index a2f586ae1093..4248d0418273 100644
--- a/drivers/pwm/pwm-ab8500.c
+++ b/drivers/pwm/pwm-ab8500.c
@@ -122,7 +122,7 @@ static int ab8500_pwm_probe(struct platform_device *pdev)
return 0;
}
-static int __devexit ab8500_pwm_remove(struct platform_device *pdev)
+static int ab8500_pwm_remove(struct platform_device *pdev)
{
struct ab8500_pwm_chip *ab8500 = platform_get_drvdata(pdev);
int err;