MIPS: Ingenic: Add system type for new Ingenic SoCs.
[linux-2.6-microblaze.git] / drivers / pwm / pwm-fsl-ftm.c
index 0e1ae94..96ccd77 100644 (file)
@@ -451,8 +451,6 @@ static int fsl_pwm_probe(struct platform_device *pdev)
 
 
        fpc->chip.ops = &fsl_pwm_ops;
-       fpc->chip.of_xlate = of_pwm_xlate_with_flags;
-       fpc->chip.of_pwm_n_cells = 3;
        fpc->chip.npwm = 8;
 
        ret = pwmchip_add(&fpc->chip);