Merge tag 'watchdog-for-linus-v4.11-2' of git://git.kernel.org/pub/scm/linux/kernel...
[sfrench/cifs-2.6.git] / drivers / pwm / pwm-sun4i.c
index b0803f6c64d9200909fdebec0752b2060a436df8..1284ffa05921f81a404581bc8fc456c17a9451f8 100644 (file)
@@ -340,7 +340,6 @@ static int sun4i_pwm_probe(struct platform_device *pdev)
        pwm->chip.ops = &sun4i_pwm_ops;
        pwm->chip.base = -1;
        pwm->chip.npwm = pwm->data->npwm;
-       pwm->chip.can_sleep = true;
        pwm->chip.of_xlate = of_pwm_xlate_with_flags;
        pwm->chip.of_pwm_n_cells = 3;