aboutsummaryrefslogtreecommitdiff
path: root/drivers/power/bq27000_battery.c
diff options
context:
space:
mode:
authorAndy Green <andy@openmoko.com>2008-11-19 17:09:45 +0000
committerAndy Green <agreen@pads.home.warmcat.com>2008-11-19 17:09:45 +0000
commit7f2ded2d5797cb9f0040e3596eb0fa01d6104921 (patch)
tree536ab644fccb373d5f2317b209a378ce766eb042 /drivers/power/bq27000_battery.c
parent42ec953dc98db2667911d946da06bf2cfc2d5ca4 (diff)
fix-remove-unused-model-name-bq27000.patch
Model name isn't in the bq27000 register set, remove the claim that we can deliver it Signed-off-by: Andy Green <andy@openmoko.com>
Diffstat (limited to 'drivers/power/bq27000_battery.c')
-rw-r--r--drivers/power/bq27000_battery.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/power/bq27000_battery.c b/drivers/power/bq27000_battery.c
index d19186a7b73..aee8018a50a 100644
--- a/drivers/power/bq27000_battery.c
+++ b/drivers/power/bq27000_battery.c
@@ -269,7 +269,6 @@ static enum power_supply_property bq27000_battery_props[] = {
POWER_SUPPLY_PROP_PRESENT,
POWER_SUPPLY_PROP_TIME_TO_EMPTY_NOW,
POWER_SUPPLY_PROP_TIME_TO_FULL_NOW,
- POWER_SUPPLY_PROP_MODEL_NAME,
POWER_SUPPLY_PROP_CAPACITY
};