diff options
author | Bill Pemberton <wfp5p@virginia.edu> | 2012-11-19 13:22:22 -0500 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-11-19 20:31:26 -0500 |
commit | a5023574d120ca3b9337cedd4e27de90cae9aff7 (patch) | |
tree | 071ee48554ff7e3f2a7208aac03c892c210dbffc /drivers/regulator/lp8788-ldo.c | |
parent | 5eb9f2b96381ac3fa4a5910c37213c1cb62e9c65 (diff) |
regulator: remove use of __devinit
CONFIG_HOTPLUG is going away as an option so __devinit 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 93399f151a5d..e69a5b62f443 100644 --- a/drivers/regulator/lp8788-ldo.c +++ b/drivers/regulator/lp8788-ldo.c | |||
@@ -712,7 +712,7 @@ set_default_ldo_enable_mode: | |||
712 | val[enable_id]); | 712 | val[enable_id]); |
713 | } | 713 | } |
714 | 714 | ||
715 | static __devinit int lp8788_dldo_probe(struct platform_device *pdev) | 715 | static int lp8788_dldo_probe(struct platform_device *pdev) |
716 | { | 716 | { |
717 | struct lp8788 *lp = dev_get_drvdata(pdev->dev.parent); | 717 | struct lp8788 *lp = dev_get_drvdata(pdev->dev.parent); |
718 | int id = pdev->id; | 718 | int id = pdev->id; |
@@ -768,7 +768,7 @@ static struct platform_driver lp8788_dldo_driver = { | |||
768 | }, | 768 | }, |
769 | }; | 769 | }; |
770 | 770 | ||
771 | static __devinit int lp8788_aldo_probe(struct platform_device *pdev) | 771 | static int lp8788_aldo_probe(struct platform_device *pdev) |
772 | { | 772 | { |
773 | struct lp8788 *lp = dev_get_drvdata(pdev->dev.parent); | 773 | struct lp8788 *lp = dev_get_drvdata(pdev->dev.parent); |
774 | int id = pdev->id; | 774 | int id = pdev->id; |