aboutsummaryrefslogtreecommitdiff
path: root/include/linux/mfd/abx500
diff options
context:
space:
mode:
authorGravatar Lee Jones <lee.jones@linaro.org> 2013-01-17 16:08:42 +0000
committerGravatar Lee Jones <lee.jones@linaro.org> 2013-01-23 14:39:21 +0000
commit97034a1e042d4316a83a3f68d61edf6c42e3f265 (patch)
treeacf4400657be33c5de4a4b029818f0f180aafaf2 /include/linux/mfd/abx500
parentab8500-charger: Do not touch VBUSOVV bits (diff)
downloadlinux-97034a1e042d4316a83a3f68d61edf6c42e3f265.tar.gz
linux-97034a1e042d4316a83a3f68d61edf6c42e3f265.tar.bz2
linux-97034a1e042d4316a83a3f68d61edf6c42e3f265.zip
ab8500-bm: Remove individual [charger|btemp|fg|chargalg] pdata structures
None of the aforementioned components have their own dedicated platform data structures anymore. Instead they have all been merged into one big Battery Management container. Let's remove them and place all the nice newly added attributes into the core container. Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'include/linux/mfd/abx500')
-rw-r--r--include/linux/mfd/abx500/ab8500-bm.h22
1 files changed, 0 insertions, 22 deletions
diff --git a/include/linux/mfd/abx500/ab8500-bm.h b/include/linux/mfd/abx500/ab8500-bm.h
index ec796c700e4c..345bc159f978 100644
--- a/include/linux/mfd/abx500/ab8500-bm.h
+++ b/include/linux/mfd/abx500/ab8500-bm.h
@@ -404,28 +404,6 @@ struct ab8500_bm_data {
const struct ab8500_fg_parameters *fg_params;
};
-struct ab8500_charger_platform_data {
- char **supplied_to;
- size_t num_supplicants;
- bool autopower_cfg;
- bool ac_enabled;
- bool usb_enabled;
-};
-
-struct ab8500_btemp_platform_data {
- char **supplied_to;
- size_t num_supplicants;
-};
-
-struct ab8500_fg_platform_data {
- char **supplied_to;
- size_t num_supplicants;
-};
-
-struct ab8500_chargalg_platform_data {
- char **supplied_to;
- size_t num_supplicants;
-};
struct ab8500_btemp;
struct ab8500_gpadc;
struct ab8500_fg;