Loading drivers/pwm/pwm-mxs.c +0 −2 Original line number Diff line number Diff line Loading @@ -38,7 +38,6 @@ struct mxs_pwm_chip { struct pwm_chip chip; struct device *dev; struct clk *clk; void __iomem *base; }; Loading Loading @@ -166,7 +165,6 @@ static int mxs_pwm_probe(struct platform_device *pdev) return ret; } mxs->dev = &pdev->dev; platform_set_drvdata(pdev, mxs); stmp_reset_block(mxs->base); Loading Loading
drivers/pwm/pwm-mxs.c +0 −2 Original line number Diff line number Diff line Loading @@ -38,7 +38,6 @@ struct mxs_pwm_chip { struct pwm_chip chip; struct device *dev; struct clk *clk; void __iomem *base; }; Loading Loading @@ -166,7 +165,6 @@ static int mxs_pwm_probe(struct platform_device *pdev) return ret; } mxs->dev = &pdev->dev; platform_set_drvdata(pdev, mxs); stmp_reset_block(mxs->base); Loading