diff options
Diffstat (limited to 'drivers/regulator/mc13892-regulator.c')
-rw-r--r-- | drivers/regulator/mc13892-regulator.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/regulator/mc13892-regulator.c b/drivers/regulator/mc13892-regulator.c index f3646cffa7ba..9804a313da2f 100644 --- a/drivers/regulator/mc13892-regulator.c +++ b/drivers/regulator/mc13892-regulator.c | |||
@@ -486,7 +486,7 @@ static unsigned int mc13892_vcam_get_mode(struct regulator_dev *rdev) | |||
486 | } | 486 | } |
487 | 487 | ||
488 | 488 | ||
489 | static int __devinit mc13892_regulator_probe(struct platform_device *pdev) | 489 | static int mc13892_regulator_probe(struct platform_device *pdev) |
490 | { | 490 | { |
491 | struct mc13xxx_regulator_priv *priv; | 491 | struct mc13xxx_regulator_priv *priv; |
492 | struct mc13xxx *mc13892 = dev_get_drvdata(pdev->dev.parent); | 492 | struct mc13xxx *mc13892 = dev_get_drvdata(pdev->dev.parent); |