diff options
author | Paul Fertser <fercerpav@gmail.com> | 2009-07-29 18:32:52 +0400 |
---|---|---|
committer | Paul Fertser <fercerpav@gmail.com> | 2009-08-02 11:25:53 +0400 |
commit | bcdf6f7109ea494ca84a3baea3a3c563dca9f68b (patch) | |
tree | 39e2f3c0b9010019b53f2c58c7c0d0989017fff9 /arch | |
parent | 85c8727000a44c7932e534d63a28724bea4ab724 (diff) |
gta02: charging_restart_interval should no longer be used, count on MBC auto-restart
Signed-off-by: Paul Fertser <fercerpav@gmail.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/mach-s3c2442/mach-gta02.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-s3c2442/mach-gta02.c b/arch/arm/mach-s3c2442/mach-gta02.c index 82b7de85ac9..d70c3e62500 100644 --- a/arch/arm/mach-s3c2442/mach-gta02.c +++ b/arch/arm/mach-s3c2442/mach-gta02.c @@ -570,7 +570,6 @@ struct pcf50633_platform_data gta02_pcf_pdata = { .batteries = gta02_batteries, .num_batteries = ARRAY_SIZE(gta02_batteries), - .charging_restart_interval = (900 * HZ), .chg_ref_current_ma = 1000, .reg_init_data = { |