]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
clk: remove use of __devexit
authorBill Pemberton <wfp5p@virginia.edu>
Mon, 19 Nov 2012 18:25:43 +0000 (13:25 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 28 Nov 2012 19:32:53 +0000 (11:32 -0800)
CONFIG_HOTPLUG is going away as an option so __devexit is no
longer needed.

Signed-off-by: Bill Pemberton <wfp5p@virginia.edu>
Acked-by: Mike Turquette <mturquette@linaro.org>
Acked-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/clk/clk-max77686.c
drivers/clk/clk-wm831x.c

index fe449c25efd14da082f57c17eb556a1ef2ab558b..d098f72e1d5ffea90c4b406dd67db2a775ecb4e5 100644 (file)
@@ -199,7 +199,7 @@ out:
        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;
index d0f1442fdae21c0883fd2e24ba6ef057ecf1edb5..1b4e2281323dbe397c454a2406e9fca4b89be313 100644 (file)
@@ -399,7 +399,7 @@ err_xtal:
        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);