Merge tag 'sched-urgent-2021-07-11' of git://git.kernel.org/pub/scm/linux/kernel...
[linux-2.6-microblaze.git] / drivers / pwm / pwm-omap-dmtimer.c
index 612b3c8..507a2d9 100644 (file)
@@ -404,8 +404,6 @@ static int pwm_omap_dmtimer_probe(struct platform_device *pdev)
        omap->chip.dev = &pdev->dev;
        omap->chip.ops = &pwm_omap_dmtimer_ops;
        omap->chip.npwm = 1;
-       omap->chip.of_xlate = of_pwm_xlate_with_flags;
-       omap->chip.of_pwm_n_cells = 3;
 
        mutex_init(&omap->mutex);