summary refs log tree commit diff
path: root/drivers/pwm/pwm-jz4740.c
diff options
context:
space:
mode:
authorBill Pemberton <wfp5p@virginia.edu>2012-11-19 13:26:09 -0500
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-11-28 12:23:41 -0800
commit77f37917a6f2bd8635b553178bb34bdd80f08e40 (patch)
tree712f137581670232be398f87acbf019af0e4b5a8 /drivers/pwm/pwm-jz4740.c
parent3e9fe83d278cce6974f0a4d1870c0ff4a0b74ba5 (diff)
downloadlinux-77f37917a6f2bd8635b553178bb34bdd80f08e40.tar.gz
pwm: remove use of __devexit
CONFIG_HOTPLUG is going away as an option so __devexit is no
longer needed.

Signed-off-by: Bill Pemberton <wfp5p@virginia.edu>
Acked-by: Thierry Reding <thierry.reding@avionic-design.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/pwm/pwm-jz4740.c')
-rw-r--r--drivers/pwm/pwm-jz4740.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pwm/pwm-jz4740.c b/drivers/pwm/pwm-jz4740.c
index 6b6ec4df0686..0a2ede3c3932 100644
--- a/drivers/pwm/pwm-jz4740.c
+++ b/drivers/pwm/pwm-jz4740.c
@@ -191,7 +191,7 @@ static int jz4740_pwm_probe(struct platform_device *pdev)
 	return 0;
 }
 
-static int __devexit jz4740_pwm_remove(struct platform_device *pdev)
+static int jz4740_pwm_remove(struct platform_device *pdev)
 {
 	struct jz4740_pwm_chip *jz4740 = platform_get_drvdata(pdev);
 	int ret;