diff options
author | Rajanikanth H.V <rajanikanth.hv@stericsson.com> | 2012-10-31 11:40:33 -0400 |
---|---|---|
committer | Anton Vorontsov <anton.vorontsov@linaro.org> | 2012-11-18 22:37:18 -0500 |
commit | a12810ab9fcf0c9fd5e50b5e350a3ffbeaa571be (patch) | |
tree | 9d691b2cfae398b454854a0c34c0308a7af74adb /include/linux/mfd | |
parent | 4aef72dbb2e8997e627dd94ae2b9109dc09fffaa (diff) |
ab8500: Add devicetree support for chargalg
This patch adds device tree support for charging algorithm driver
Signed-off-by: Rajanikanth H.V <rajanikanth.hv@stericsson.com>
Signed-off-by: Anton Vorontsov <anton.vorontsov@linaro.org>
Diffstat (limited to 'include/linux/mfd')
-rw-r--r-- | include/linux/mfd/abx500.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/linux/mfd/abx500.h b/include/linux/mfd/abx500.h index 33f2c58554f4..2138bd33021a 100644 --- a/include/linux/mfd/abx500.h +++ b/include/linux/mfd/abx500.h | |||
@@ -274,12 +274,6 @@ struct abx500_bm_data { | |||
274 | 274 | ||
275 | extern struct abx500_bm_data ab8500_bm_data; | 275 | extern struct abx500_bm_data ab8500_bm_data; |
276 | 276 | ||
277 | struct abx500_bmdevs_plat_data { | ||
278 | char **supplied_to; | ||
279 | size_t num_supplicants; | ||
280 | bool autopower_cfg; | ||
281 | }; | ||
282 | |||
283 | enum { | 277 | enum { |
284 | NTC_EXTERNAL = 0, | 278 | NTC_EXTERNAL = 0, |
285 | NTC_INTERNAL, | 279 | NTC_INTERNAL, |