diff options
Diffstat (limited to 'drivers/pwm/pwm-pxa.c')
-rw-r--r-- | drivers/pwm/pwm-pxa.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pwm/pwm-pxa.c b/drivers/pwm/pwm-pxa.c index 644d45d1453b..f32fc4e66e0c 100644 --- a/drivers/pwm/pwm-pxa.c +++ b/drivers/pwm/pwm-pxa.c | |||
@@ -179,7 +179,7 @@ static int pwm_probe(struct platform_device *pdev) | |||
179 | return 0; | 179 | return 0; |
180 | } | 180 | } |
181 | 181 | ||
182 | static int __devexit pwm_remove(struct platform_device *pdev) | 182 | static int pwm_remove(struct platform_device *pdev) |
183 | { | 183 | { |
184 | struct pxa_pwm_chip *chip; | 184 | struct pxa_pwm_chip *chip; |
185 | 185 | ||