disable IMQ on 2.6.28 as well -- people should use IFB..
[openwrt.git] / target / linux / s3c24xx / patches / 0147-fix-remove-unused-model-name-bq27000.patch.patch
1 From c9b85043f76e48fc6f74b22522f438d5530763d4 Mon Sep 17 00:00:00 2001
2 From: Andy Green <andy@openmoko.com>
3 Date: Fri, 25 Jul 2008 23:06:10 +0100
4 Subject: [PATCH] fix-remove-unused-model-name-bq27000.patch
5
6 Model name isn't in the bq27000 register set, remove the
7 claim that we can deliver it
8
9 Signed-off-by: Andy Green <andy@openmoko.com>
10 ---
11  drivers/power/bq27000_battery.c |    1 -
12  1 files changed, 0 insertions(+), 1 deletions(-)
13
14 diff --git a/drivers/power/bq27000_battery.c b/drivers/power/bq27000_battery.c
15 index d19186a..aee8018 100644
16 --- a/drivers/power/bq27000_battery.c
17 +++ b/drivers/power/bq27000_battery.c
18 @@ -269,7 +269,6 @@ static enum power_supply_property bq27000_battery_props[] = {
19         POWER_SUPPLY_PROP_PRESENT,
20         POWER_SUPPLY_PROP_TIME_TO_EMPTY_NOW,
21         POWER_SUPPLY_PROP_TIME_TO_FULL_NOW,
22 -       POWER_SUPPLY_PROP_MODEL_NAME,
23         POWER_SUPPLY_PROP_CAPACITY
24  };
25  
26 -- 
27 1.5.6.3
28