Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 336867
b: refs/heads/master
c: 018ae93
h: refs/heads/master
i:
  336865: 8994719
  336863: e49dd95
v: v3
  • Loading branch information
Bill Pemberton authored and Greg Kroah-Hartman committed Nov 28, 2012
1 parent d951a6b commit 0c33d90
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: f9cfa6305198f190a685e45a3d78140ea8f298a9
refs/heads/master: 018ae93fbc6cb2c843bb899bce05328c393b373d
2 changes: 1 addition & 1 deletion trunk/drivers/clk/clk-max77686.c
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ static int max77686_clk_register(struct device *dev,
return 0;
}

static __devinit int max77686_clk_probe(struct platform_device *pdev)
static int max77686_clk_probe(struct platform_device *pdev)
{
struct max77686_dev *iodev = dev_get_drvdata(pdev->dev.parent);
struct max77686_clk **max77686_clks;
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 @@ -350,7 +350,7 @@ static struct clk_init_data wm831x_clkout_init = {
.flags = CLK_SET_RATE_PARENT,
};

static __devinit int wm831x_clk_probe(struct platform_device *pdev)
static int wm831x_clk_probe(struct platform_device *pdev)
{
struct wm831x *wm831x = dev_get_drvdata(pdev->dev.parent);
struct wm831x_clk *clkdata;
Expand Down

0 comments on commit 0c33d90

Please sign in to comment.