aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/regulator/bq24022.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/regulator/bq24022.h')
-rw-r--r--include/linux/regulator/bq24022.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/regulator/bq24022.h b/include/linux/regulator/bq24022.h
index e84b0a9feda5..a6d014005d49 100644
--- a/include/linux/regulator/bq24022.h
+++ b/include/linux/regulator/bq24022.h
@@ -10,6 +10,8 @@
*
*/
+struct regulator_init_data;
+
/**
* bq24022_mach_info - platform data for bq24022
* @gpio_nce: GPIO line connected to the nCE pin, used to enable / disable charging
@@ -18,4 +20,5 @@
struct bq24022_mach_info {
int gpio_nce;
int gpio_iset2;
+ struct regulator_init_data *init_data;
};