diff options
author | Rajanikanth H.V <rajanikanth.hv@stericsson.com> | 2012-10-31 15:40:33 +0000 |
---|---|---|
committer | Anton Vorontsov <anton.vorontsov@linaro.org> | 2012-11-18 19:37:18 -0800 |
commit | a12810ab9fcf0c9fd5e50b5e350a3ffbeaa571be (patch) | |
tree | 9d691b2cfae398b454854a0c34c0308a7af74adb /include/linux/mfd/abx500.h | |
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/abx500.h')
-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 33f2c58554f..2138bd33021 100644 --- a/include/linux/mfd/abx500.h +++ b/include/linux/mfd/abx500.h @@ -274,12 +274,6 @@ struct abx500_bm_data { extern struct abx500_bm_data ab8500_bm_data; -struct abx500_bmdevs_plat_data { - char **supplied_to; - size_t num_supplicants; - bool autopower_cfg; -}; - enum { NTC_EXTERNAL = 0, NTC_INTERNAL, |