Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 018ae93f authored by Bill Pemberton's avatar Bill Pemberton Committed by Greg Kroah-Hartman
Browse files

clk: remove use of __devinit



CONFIG_HOTPLUG is going away as an option so __devinit is no longer
needed.

Signed-off-by: default avatarBill Pemberton <wfp5p@virginia.edu>
Acked-by: default avatarMike Turquette <mturquette@linaro.org>
Acked-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent f9cfa630
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -143,7 +143,7 @@ static int max77686_clk_register(struct device *dev,
	return 0;
	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_dev *iodev = dev_get_drvdata(pdev->dev.parent);
	struct max77686_clk **max77686_clks;
	struct max77686_clk **max77686_clks;
+1 −1
Original line number Original line Diff line number Diff line
@@ -350,7 +350,7 @@ static struct clk_init_data wm831x_clkout_init = {
	.flags = CLK_SET_RATE_PARENT,
	.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 *wm831x = dev_get_drvdata(pdev->dev.parent);
	struct wm831x_clk *clkdata;
	struct wm831x_clk *clkdata;