提交 1fc7ad5d 编写于 作者: B Bill Pemberton 提交者: Greg Kroah-Hartman

clk: remove use of __devexit

CONFIG_HOTPLUG is going away as an option so __devexit is no
longer needed.
Signed-off-by: NBill Pemberton <wfp5p@virginia.edu>
Acked-by: NMike Turquette <mturquette@linaro.org>
Acked-by: NMark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 018ae93f
...@@ -199,7 +199,7 @@ static int max77686_clk_probe(struct platform_device *pdev) ...@@ -199,7 +199,7 @@ static int max77686_clk_probe(struct platform_device *pdev)
return ret; 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); struct max77686_clk **max77686_clks = platform_get_drvdata(pdev);
int i; int i;
......
...@@ -399,7 +399,7 @@ static int wm831x_clk_probe(struct platform_device *pdev) ...@@ -399,7 +399,7 @@ static int wm831x_clk_probe(struct platform_device *pdev)
return ret; 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); struct wm831x_clk *clkdata = dev_get_drvdata(&pdev->dev);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册