Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 310646
b: refs/heads/master
c: 0c09d31
h: refs/heads/master
v: v3
  • Loading branch information
Axel Lin authored and Mark Brown committed Jun 4, 2012
1 parent 5b50551 commit 4d116df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: c71c8fd4daa342ba714090586a55fc5db7eaa275
refs/heads/master: 0c09d3150902d8ca7e763d508ac1a93701b21321
2 changes: 1 addition & 1 deletion trunk/drivers/regulator/anatop-regulator.c
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ static struct platform_driver anatop_regulator_driver = {
.of_match_table = of_anatop_regulator_match_tbl,
},
.probe = anatop_regulator_probe,
.remove = anatop_regulator_remove,
.remove = __devexit_p(anatop_regulator_remove),
};

static int __init anatop_regulator_init(void)
Expand Down

0 comments on commit 4d116df

Please sign in to comment.