diff options
Diffstat (limited to 'drivers/power/max8997_charger.c')
-rw-r--r-- | drivers/power/max8997_charger.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/power/max8997_charger.c b/drivers/power/max8997_charger.c index 19cfd2d1290..c6767dfd4c4 100644 --- a/drivers/power/max8997_charger.c +++ b/drivers/power/max8997_charger.c @@ -86,7 +86,7 @@ static int max8997_battery_get_property(struct power_supply *psy, return 0; } -static __devinit int max8997_battery_probe(struct platform_device *pdev) +static int max8997_battery_probe(struct platform_device *pdev) { int ret = 0; struct charger_data *charger; |