Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 373596
b: refs/heads/master
c: 4e61573
h: refs/heads/master
v: v3
  • Loading branch information
Axel Lin authored and Thierry Reding committed Apr 2, 2013
1 parent d8acad3 commit 7c2c772
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c8e4df3109646762f21c6e288187ec395fdf67be
refs/heads/master: 4e61573df893abcb7b647fc4f3f4b60819704883
2 changes: 0 additions & 2 deletions trunk/drivers/pwm/pwm-mxs.c
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@

struct mxs_pwm_chip {
struct pwm_chip chip;
struct device *dev;
struct clk *clk;
void __iomem *base;
};
Expand Down Expand Up @@ -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);
Expand Down

0 comments on commit 7c2c772

Please sign in to comment.