]> Git Repo - linux.git/blobdiff - drivers/pwm/pwm-fsl-ftm.c
selinux: Remove security_ops extern
[linux.git] / drivers / pwm / pwm-fsl-ftm.c
index 420169e96b5f0b2532d3785dbef58739365bfe5b..a18bc8fea3853bf96671938ab021cb1d9c71f66b 100644 (file)
@@ -454,6 +454,7 @@ static int fsl_pwm_probe(struct platform_device *pdev)
        fpc->chip.of_pwm_n_cells = 3;
        fpc->chip.base = -1;
        fpc->chip.npwm = 8;
+       fpc->chip.can_sleep = true;
 
        ret = pwmchip_add(&fpc->chip);
        if (ret < 0) {
This page took 0.03109 seconds and 4 git commands to generate.