diff options
Diffstat (limited to 'drivers/regulator/tps80031-regulator.c')
-rw-r--r-- | drivers/regulator/tps80031-regulator.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/regulator/tps80031-regulator.c b/drivers/regulator/tps80031-regulator.c index cdfcbc9c51a3..127d1754fcd3 100644 --- a/drivers/regulator/tps80031-regulator.c +++ b/drivers/regulator/tps80031-regulator.c | |||
@@ -753,7 +753,7 @@ fail: | |||
753 | return ret; | 753 | return ret; |
754 | } | 754 | } |
755 | 755 | ||
756 | static int __devexit tps80031_regulator_remove(struct platform_device *pdev) | 756 | static int tps80031_regulator_remove(struct platform_device *pdev) |
757 | { | 757 | { |
758 | struct tps80031_regulator *pmic = platform_get_drvdata(pdev); | 758 | struct tps80031_regulator *pmic = platform_get_drvdata(pdev); |
759 | struct tps80031_regulator *ri = NULL; | 759 | struct tps80031_regulator *ri = NULL; |