aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pwm/pwm-bfin.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/pwm/pwm-bfin.c')
-rw-r--r--drivers/pwm/pwm-bfin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pwm/pwm-bfin.c b/drivers/pwm/pwm-bfin.c
index bcb60fe08762..7631ef194de7 100644
--- a/drivers/pwm/pwm-bfin.c
+++ b/drivers/pwm/pwm-bfin.c
@@ -139,7 +139,7 @@ static int bfin_pwm_probe(struct platform_device *pdev)
139 return 0; 139 return 0;
140} 140}
141 141
142static int __devexit bfin_pwm_remove(struct platform_device *pdev) 142static int bfin_pwm_remove(struct platform_device *pdev)
143{ 143{
144 struct bfin_pwm_chip *pwm = platform_get_drvdata(pdev); 144 struct bfin_pwm_chip *pwm = platform_get_drvdata(pdev);
145 145