diff options
Diffstat (limited to 'drivers/regulator/pcf50633-regulator.c')
-rw-r--r-- | drivers/regulator/pcf50633-regulator.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/regulator/pcf50633-regulator.c b/drivers/regulator/pcf50633-regulator.c index 51cb1bb3a2a7..d776f518aa0d 100644 --- a/drivers/regulator/pcf50633-regulator.c +++ b/drivers/regulator/pcf50633-regulator.c | |||
@@ -222,7 +222,7 @@ static int pcf50633_regulator_probe(struct platform_device *pdev) | |||
222 | return 0; | 222 | return 0; |
223 | } | 223 | } |
224 | 224 | ||
225 | static int __devexit pcf50633_regulator_remove(struct platform_device *pdev) | 225 | static int pcf50633_regulator_remove(struct platform_device *pdev) |
226 | { | 226 | { |
227 | struct regulator_dev *rdev = platform_get_drvdata(pdev); | 227 | struct regulator_dev *rdev = platform_get_drvdata(pdev); |
228 | 228 | ||