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

Commit 1fc7ad5d authored by Bill Pemberton's avatar Bill Pemberton Committed by Greg Kroah-Hartman
Browse files

clk: remove use of __devexit



CONFIG_HOTPLUG is going away as an option so __devexit 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 018ae93f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -199,7 +199,7 @@ static int max77686_clk_probe(struct platform_device *pdev)
	return ret;
}

static int __devexit max77686_clk_remove(struct platform_device *pdev)
static int max77686_clk_remove(struct platform_device *pdev)
{
	struct max77686_clk **max77686_clks = platform_get_drvdata(pdev);
	int i;
+1 −1
Original line number Diff line number Diff line
@@ -399,7 +399,7 @@ static int wm831x_clk_probe(struct platform_device *pdev)
	return ret;
}

static int __devexit wm831x_clk_remove(struct platform_device *pdev)
static int wm831x_clk_remove(struct platform_device *pdev)
{
	struct wm831x_clk *clkdata = dev_get_drvdata(&pdev->dev);