diff options
Diffstat (limited to 'drivers/pwm/pwm-atmel-hlcdc.c')
-rw-r--r-- | drivers/pwm/pwm-atmel-hlcdc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/pwm/pwm-atmel-hlcdc.c b/drivers/pwm/pwm-atmel-hlcdc.c index 14fc011faa32..999187277ea5 100644 --- a/drivers/pwm/pwm-atmel-hlcdc.c +++ b/drivers/pwm/pwm-atmel-hlcdc.c | |||
@@ -270,7 +270,6 @@ static int atmel_hlcdc_pwm_probe(struct platform_device *pdev) | |||
270 | chip->chip.npwm = 1; | 270 | chip->chip.npwm = 1; |
271 | chip->chip.of_xlate = of_pwm_xlate_with_flags; | 271 | chip->chip.of_xlate = of_pwm_xlate_with_flags; |
272 | chip->chip.of_pwm_n_cells = 3; | 272 | chip->chip.of_pwm_n_cells = 3; |
273 | chip->chip.can_sleep = 1; | ||
274 | 273 | ||
275 | ret = pwmchip_add_with_polarity(&chip->chip, PWM_POLARITY_INVERSED); | 274 | ret = pwmchip_add_with_polarity(&chip->chip, PWM_POLARITY_INVERSED); |
276 | if (ret) { | 275 | if (ret) { |