diff options
author | Bill Pemberton <wfp5p@virginia.edu> | 2012-11-19 13:26:09 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-11-28 15:23:41 -0500 |
commit | 77f37917a6f2bd8635b553178bb34bdd80f08e40 (patch) | |
tree | 712f137581670232be398f87acbf019af0e4b5a8 /drivers/pwm/pwm-samsung.c | |
parent | 3e9fe83d278cce6974f0a4d1870c0ff4a0b74ba5 (diff) |
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.c | 2 |
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) | |||
273 | return ret; | 273 | return ret; |
274 | } | 274 | } |
275 | 275 | ||
276 | static int __devexit s3c_pwm_remove(struct platform_device *pdev) | 276 | static int s3c_pwm_remove(struct platform_device *pdev) |
277 | { | 277 | { |
278 | struct s3c_chip *s3c = platform_get_drvdata(pdev); | 278 | struct s3c_chip *s3c = platform_get_drvdata(pdev); |
279 | int err; | 279 | int err; |