diff options
Diffstat (limited to 'drivers/regulator/palmas-regulator.c')
-rw-r--r-- | drivers/regulator/palmas-regulator.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/regulator/palmas-regulator.c b/drivers/regulator/palmas-regulator.c index b04774492bc0..3d445929cc80 100644 --- a/drivers/regulator/palmas-regulator.c +++ b/drivers/regulator/palmas-regulator.c | |||
@@ -868,7 +868,7 @@ err_unregister_regulator: | |||
868 | return ret; | 868 | return ret; |
869 | } | 869 | } |
870 | 870 | ||
871 | static int __devexit palmas_remove(struct platform_device *pdev) | 871 | static int palmas_remove(struct platform_device *pdev) |
872 | { | 872 | { |
873 | struct palmas_pmic *pmic = platform_get_drvdata(pdev); | 873 | struct palmas_pmic *pmic = platform_get_drvdata(pdev); |
874 | int id; | 874 | int id; |