diff options
Diffstat (limited to 'drivers/pwm/pwm-ab8500.c')
-rw-r--r-- | drivers/pwm/pwm-ab8500.c | 2 |
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) | |||
122 | return 0; | 122 | return 0; |
123 | } | 123 | } |
124 | 124 | ||
125 | static int __devexit ab8500_pwm_remove(struct platform_device *pdev) | 125 | static int ab8500_pwm_remove(struct platform_device *pdev) |
126 | { | 126 | { |
127 | struct ab8500_pwm_chip *ab8500 = platform_get_drvdata(pdev); | 127 | struct ab8500_pwm_chip *ab8500 = platform_get_drvdata(pdev); |
128 | int err; | 128 | int err; |