Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 373597
b: refs/heads/master
c: b3fef7f
h: refs/heads/master
i:
  373595: d8acad3
v: v3
  • Loading branch information
Axel Lin authored and Thierry Reding committed Apr 2, 2013
1 parent 7c2c772 commit 074f0c6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 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: 4e61573df893abcb7b647fc4f3f4b60819704883
refs/heads/master: b3fef7f10010e7946b3db1a34d8e0208e4f10001
3 changes: 0 additions & 3 deletions trunk/drivers/pwm/pwm-spear.c
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,11 @@
* @mmio_base: base address of pwm chip
* @clk: pointer to clk structure of pwm chip
* @chip: linux pwm chip representation
* @dev: pointer to device structure of pwm chip
*/
struct spear_pwm_chip {
void __iomem *mmio_base;
struct clk *clk;
struct pwm_chip chip;
struct device *dev;
};

static inline struct spear_pwm_chip *to_spear_pwm_chip(struct pwm_chip *chip)
Expand Down Expand Up @@ -200,7 +198,6 @@ static int spear_pwm_probe(struct platform_device *pdev)
if (IS_ERR(pc->clk))
return PTR_ERR(pc->clk);

pc->dev = &pdev->dev;
platform_set_drvdata(pdev, pc);

pc->chip.dev = &pdev->dev;
Expand Down

0 comments on commit 074f0c6

Please sign in to comment.