aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mfd
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/mfd')
-rw-r--r--include/linux/mfd/tps6507x.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/mfd/tps6507x.h b/include/linux/mfd/tps6507x.h
index 9543cb716428..c923e4864f55 100644
--- a/include/linux/mfd/tps6507x.h
+++ b/include/linux/mfd/tps6507x.h
@@ -142,6 +142,7 @@
142 142
143struct tps6507x_board { 143struct tps6507x_board {
144 struct regulator_init_data *tps6507x_pmic_init_data; 144 struct regulator_init_data *tps6507x_pmic_init_data;
145 struct touchscreen_init_data *tps6507x_ts_init_data;
145}; 146};
146 147
147/** 148/**
@@ -162,6 +163,7 @@ struct tps6507x_dev {
162 163
163 /* Client devices */ 164 /* Client devices */
164 struct tps6507x_pmic *pmic; 165 struct tps6507x_pmic *pmic;
166 struct tps6507x_ts *ts;
165}; 167};
166 168
167#endif /* __LINUX_MFD_TPS6507X_H */ 169#endif /* __LINUX_MFD_TPS6507X_H */