diff options
Diffstat (limited to 'drivers/regulator/anatop-regulator.c')
-rw-r--r-- | drivers/regulator/anatop-regulator.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/regulator/anatop-regulator.c b/drivers/regulator/anatop-regulator.c index a900c2992f25..1aa5246c79d9 100644 --- a/drivers/regulator/anatop-regulator.c +++ b/drivers/regulator/anatop-regulator.c | |||
@@ -186,7 +186,7 @@ anatop_probe_end: | |||
186 | return ret; | 186 | return ret; |
187 | } | 187 | } |
188 | 188 | ||
189 | static int __devexit anatop_regulator_remove(struct platform_device *pdev) | 189 | static int anatop_regulator_remove(struct platform_device *pdev) |
190 | { | 190 | { |
191 | struct regulator_dev *rdev = platform_get_drvdata(pdev); | 191 | struct regulator_dev *rdev = platform_get_drvdata(pdev); |
192 | struct anatop_regulator *sreg = rdev_get_drvdata(rdev); | 192 | struct anatop_regulator *sreg = rdev_get_drvdata(rdev); |