diff options
Diffstat (limited to 'drivers/power')
-rw-r--r-- | drivers/power/collie_battery.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/power/collie_battery.c b/drivers/power/collie_battery.c index c58d0e31bdef..d02ae02a7590 100644 --- a/drivers/power/collie_battery.c +++ b/drivers/power/collie_battery.c | |||
@@ -287,7 +287,7 @@ static struct gpio collie_batt_gpios[] = { | |||
287 | }; | 287 | }; |
288 | 288 | ||
289 | #ifdef CONFIG_PM | 289 | #ifdef CONFIG_PM |
290 | static int collie_bat_suspend(struct ucb1x00_dev *dev, pm_message_t state) | 290 | static int collie_bat_suspend(struct ucb1x00_dev *dev) |
291 | { | 291 | { |
292 | /* flush all pending status updates */ | 292 | /* flush all pending status updates */ |
293 | flush_work(&bat_work); | 293 | flush_work(&bat_work); |