clk: remove use of __devexit

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>
This commit is contained in:
Bill Pemberton
2012-11-19 13:25:43 -05:00
committed by Greg Kroah-Hartman
parent 018ae93fbc
commit 1fc7ad5d39
2 changed files with 2 additions and 2 deletions

View 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;