drm/ttm: Don't override vm_ops callbacks, if set
[linux-2.6-microblaze.git] / drivers / pwm / pwm-twl.c
index aee6797..e83a826 100644 (file)
@@ -310,7 +310,6 @@ static int twl_pwm_probe(struct platform_device *pdev)
                twl->chip.ops = &twl6030_pwm_ops;
 
        twl->chip.dev = &pdev->dev;
-       twl->chip.base = -1;
        twl->chip.npwm = 2;
 
        mutex_init(&twl->mutex);