diff options
author | Bill Pemberton <wfp5p@virginia.edu> | 2012-11-19 13:26:10 -0500 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-11-19 20:53:38 -0500 |
commit | 8dc995f56ef7aedb41873fdeaa1971f3aa166ebd (patch) | |
tree | 9d19c16df8570d571a54b2913dae54e36e635c50 /drivers/regulator/lp8788-ldo.c | |
parent | ce6dd5da9dfcf9232df09d8d486cd6ed25e29cdc (diff) |
regulator: 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>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'drivers/regulator/lp8788-ldo.c')
-rw-r--r-- | drivers/regulator/lp8788-ldo.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/regulator/lp8788-ldo.c b/drivers/regulator/lp8788-ldo.c index e69a5b62f443..26753a013789 100644 --- a/drivers/regulator/lp8788-ldo.c +++ b/drivers/regulator/lp8788-ldo.c | |||
@@ -749,7 +749,7 @@ static int lp8788_dldo_probe(struct platform_device *pdev) | |||
749 | return 0; | 749 | return 0; |
750 | } | 750 | } |
751 | 751 | ||
752 | static int __devexit lp8788_dldo_remove(struct platform_device *pdev) | 752 | static int lp8788_dldo_remove(struct platform_device *pdev) |
753 | { | 753 | { |
754 | struct lp8788_ldo *ldo = platform_get_drvdata(pdev); | 754 | struct lp8788_ldo *ldo = platform_get_drvdata(pdev); |
755 | 755 | ||
@@ -805,7 +805,7 @@ static int lp8788_aldo_probe(struct platform_device *pdev) | |||
805 | return 0; | 805 | return 0; |
806 | } | 806 | } |
807 | 807 | ||
808 | static int __devexit lp8788_aldo_remove(struct platform_device *pdev) | 808 | static int lp8788_aldo_remove(struct platform_device *pdev) |
809 | { | 809 | { |
810 | struct lp8788_ldo *ldo = platform_get_drvdata(pdev); | 810 | struct lp8788_ldo *ldo = platform_get_drvdata(pdev); |
811 | 811 | ||