summaryrefslogtreecommitdiffstats
path: root/drivers/pwm/pwm-samsung.c
diff options
context:
space:
mode:
authorBill Pemberton2012-11-19 19:26:09 +0100
committerGreg Kroah-Hartman2012-11-28 21:23:41 +0100
commit77f37917a6f2bd8635b553178bb34bdd80f08e40 (patch)
tree712f137581670232be398f87acbf019af0e4b5a8 /drivers/pwm/pwm-samsung.c
parentpwm: remove use of __devinit (diff)
downloadkernel-qcow2-linux-77f37917a6f2bd8635b553178bb34bdd80f08e40.tar.gz
kernel-qcow2-linux-77f37917a6f2bd8635b553178bb34bdd80f08e40.tar.xz
kernel-qcow2-linux-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 <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-samsung.c')
-rw-r--r--drivers/pwm/pwm-samsung.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pwm/pwm-samsung.c b/drivers/pwm/pwm-samsung.c
index 1f1ec3605b9d..e9b15d099c03 100644
--- a/drivers/pwm/pwm-samsung.c
+++ b/drivers/pwm/pwm-samsung.c
@@ -273,7 +273,7 @@ static int s3c_pwm_probe(struct platform_device *pdev)
return ret;
}
-static int __devexit s3c_pwm_remove(struct platform_device *pdev)
+static int s3c_pwm_remove(struct platform_device *pdev)
{
struct s3c_chip *s3c = platform_get_drvdata(pdev);
int err;