Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 336866
b: refs/heads/master
c: f9cfa63
h: refs/heads/master
v: v3
  • Loading branch information
Bill Pemberton authored and Greg Kroah-Hartman committed Nov 28, 2012
1 parent 8994719 commit d951a6b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions 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: 164dce822157311eeb81470492889bcd83d84ff1
refs/heads/master: f9cfa6305198f190a685e45a3d78140ea8f298a9
2 changes: 1 addition & 1 deletion trunk/drivers/clk/clk-max77686.c
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ static struct platform_driver max77686_clk_driver = {
.owner = THIS_MODULE,
},
.probe = max77686_clk_probe,
.remove = __devexit_p(max77686_clk_remove),
.remove = max77686_clk_remove,
.id_table = max77686_clk_id,
};

Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/clk/clk-wm831x.c
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ static int __devexit wm831x_clk_remove(struct platform_device *pdev)

static struct platform_driver wm831x_clk_driver = {
.probe = wm831x_clk_probe,
.remove = __devexit_p(wm831x_clk_remove),
.remove = wm831x_clk_remove,
.driver = {
.name = "wm831x-clk",
.owner = THIS_MODULE,
Expand Down

0 comments on commit d951a6b

Please sign in to comment.