diff options
| -rw-r--r-- | drivers/pwm/pwm-ntxec.c | 1 | 
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/pwm/pwm-ntxec.c b/drivers/pwm/pwm-ntxec.c index 50c454c553c4..29a463b7d63a 100644 --- a/drivers/pwm/pwm-ntxec.c +++ b/drivers/pwm/pwm-ntxec.c @@ -155,7 +155,6 @@ static int ntxec_pwm_probe(struct platform_device *pdev)  	chip = &priv->chip;  	chip->dev = &pdev->dev;  	chip->ops = &ntxec_pwm_ops; -	chip->base = -1;  	chip->npwm = 1;  	return pwmchip_add(chip);  | 
