Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 283419
b: refs/heads/master
c: 0bea4b8
h: refs/heads/master
i:
  283417: 8dae7cc
  283415: 7536a66
v: v3
  • Loading branch information
Axel Lin authored and Anton Vorontsov committed Aug 19, 2011
1 parent b8d25b3 commit 0e0f009
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: bd19c756b1a69ec2c8f5f81624d66a1a0daad7c0
refs/heads/master: 0bea4b866448af09051e357b139f598aa70b8614
2 changes: 1 addition & 1 deletion trunk/drivers/power/ds2780_battery.c
Original file line number Diff line number Diff line change
Expand Up @@ -832,7 +832,7 @@ static struct platform_driver ds2780_battery_driver = {
.name = "ds2780-battery",
},
.probe = ds2780_battery_probe,
.remove = ds2780_battery_remove,
.remove = __devexit_p(ds2780_battery_remove),
};

static int __init ds2780_battery_init(void)
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/power/z2_battery.c
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ static struct i2c_driver z2_batt_driver = {
.pm = Z2_BATTERY_PM_OPS
},
.probe = z2_batt_probe,
.remove = z2_batt_remove,
.remove = __devexit_p(z2_batt_remove),
.id_table = z2_batt_id,
};

Expand Down

0 comments on commit 0e0f009

Please sign in to comment.