diff options
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 | ||