]> Git Repo - linux.git/blobdiff - drivers/pwm/pwm-atmel.c
Merge branches 'acpi-numa', 'acpi-glue', 'acpi-config' and 'acpi-pmic'
[linux.git] / drivers / pwm / pwm-atmel.c
index 29b5ad03f7150f1cc14ead6733e1872f65e7d865..a8162bae3e8ad9a10774180a2259f789fa8acd29 100644 (file)
@@ -436,8 +436,6 @@ static int atmel_pwm_probe(struct platform_device *pdev)
 
        atmel_pwm->chip.dev = &pdev->dev;
        atmel_pwm->chip.ops = &atmel_pwm_ops;
-       atmel_pwm->chip.of_xlate = of_pwm_xlate_with_flags;
-       atmel_pwm->chip.of_pwm_n_cells = 3;
        atmel_pwm->chip.npwm = 4;
 
        ret = pwmchip_add(&atmel_pwm->chip);
This page took 0.031798 seconds and 4 git commands to generate.