pwm: tegra: Don't needlessly enable and disable the clock in .remove()
[linux-2.6-microblaze.git] / drivers / pwm / pwm-bcm2835.c
index fc240d5..50b8594 100644 (file)
@@ -159,8 +159,6 @@ static int bcm2835_pwm_probe(struct platform_device *pdev)
        pc->chip.dev = &pdev->dev;
        pc->chip.ops = &bcm2835_pwm_ops;
        pc->chip.npwm = 2;
-       pc->chip.of_xlate = of_pwm_xlate_with_flags;
-       pc->chip.of_pwm_n_cells = 3;
 
        platform_set_drvdata(pdev, pc);