summaryrefslogtreecommitdiff
path: root/include/linux/mfd/tps65086.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/mfd/tps65086.h')
-rw-r--r--include/linux/mfd/tps65086.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/mfd/tps65086.h b/include/linux/mfd/tps65086.h
index 87e590de6ca5..9185b5cd8371 100644
--- a/include/linux/mfd/tps65086.h
+++ b/include/linux/mfd/tps65086.h
@@ -99,6 +99,8 @@ enum tps65086_irqs {
TPS65086_IRQ_FAULT,
};
+struct tps65086_regulator_config;
+
/**
* struct tps65086 - state holder for the tps65086 driver
*
@@ -108,6 +110,7 @@ struct tps65086 {
struct device *dev;
struct regmap *regmap;
unsigned int chip_id;
+ const struct tps65086_regulator_config *reg_config;
/* IRQ Data */
int irq;