diff options
Diffstat (limited to 'drivers/power/ab8500_fg.c')
-rw-r--r-- | drivers/power/ab8500_fg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/power/ab8500_fg.c b/drivers/power/ab8500_fg.c index b3598b86bbe0..331dc43ded4e 100644 --- a/drivers/power/ab8500_fg.c +++ b/drivers/power/ab8500_fg.c | |||
@@ -2411,7 +2411,7 @@ static int ab8500_fg_suspend(struct platform_device *pdev, | |||
2411 | #define ab8500_fg_resume NULL | 2411 | #define ab8500_fg_resume NULL |
2412 | #endif | 2412 | #endif |
2413 | 2413 | ||
2414 | static int __devexit ab8500_fg_remove(struct platform_device *pdev) | 2414 | static int ab8500_fg_remove(struct platform_device *pdev) |
2415 | { | 2415 | { |
2416 | int ret = 0; | 2416 | int ret = 0; |
2417 | struct ab8500_fg *di = platform_get_drvdata(pdev); | 2417 | struct ab8500_fg *di = platform_get_drvdata(pdev); |