diff options
author | Balaji Rao <balajirrao@openmoko.org> | 2009-01-28 19:31:11 +0000 |
---|---|---|
committer | Andy Green <agreen@octopus.localdomain> | 2009-01-28 19:31:11 +0000 |
commit | ad99a335ca77d81173140187fe20a946b0c309af (patch) | |
tree | 076c437e98fafc7bfda4d38b38299f3e45589d60 /include/linux/mfd | |
parent | 477bfff4d5fc47611c1a0e84bdaa0c1a3595012f (diff) |
Subject: pcf50633_introduce_charging_restart_interval.patch
X-Git-Url: http://git.openmoko.org/?p=kernel.git;a=commitdiff_plain;h=1bb6adaa6a59f52d616b5260cb776eafd40ef05e
pcf50633_introduce_charging_restart_interval.patch
Signed-off-by: Balaji Rao <balajirrao@openmoko.org>
Diffstat (limited to 'include/linux/mfd')
-rw-r--r-- | include/linux/mfd/pcf50633/core.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/mfd/pcf50633/core.h b/include/linux/mfd/pcf50633/core.h index 2269f3ba7a4..b7a891bf9e0 100644 --- a/include/linux/mfd/pcf50633/core.h +++ b/include/linux/mfd/pcf50633/core.h @@ -29,6 +29,8 @@ struct pcf50633_platform_data { char **batteries; int num_batteries; + int charging_restart_interval; + /* Callbacks */ void (*probe_done)(struct pcf50633 *); void (*mbc_event_callback)(struct pcf50633 *, int); |