aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mfd/tps65910.h
diff options
context:
space:
mode:
authorMichał Mirosław <mirq-linux@rere.qmqm.pl>2020-09-27 01:59:18 +0200
committerLee Jones <lee.jones@linaro.org>2020-11-19 08:34:22 +0000
commit9f5b98f3f4149a10c315ddb4d0bed033f398e8ec (patch)
tree6129d8fa6153efb1da43bba7e8fd18e06a4d0343 /include/linux/mfd/tps65910.h
parentmfd: tps65910: Clean up after switching to regmap (diff)
downloadlinux-dev-9f5b98f3f4149a10c315ddb4d0bed033f398e8ec.tar.xz
linux-dev-9f5b98f3f4149a10c315ddb4d0bed033f398e8ec.zip
mfd: tps65910: Remove unused pointers
Client pointers in tps65910 data are not used in the drivers. Remove those fields. Signed-off-by: Michał Mirosław <mirq-linux@rere.qmqm.pl> Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'include/linux/mfd/tps65910.h')
-rw-r--r--include/linux/mfd/tps65910.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/linux/mfd/tps65910.h b/include/linux/mfd/tps65910.h
index f7398d982f23..701925db75b3 100644
--- a/include/linux/mfd/tps65910.h
+++ b/include/linux/mfd/tps65910.h
@@ -890,11 +890,6 @@ struct tps65910 {
struct regmap *regmap;
unsigned long id;
- /* Client devices */
- struct tps65910_pmic *pmic;
- struct tps65910_rtc *rtc;
- struct tps65910_power *power;
-
/* Device node parsed board data */
struct tps65910_board *of_plat_data;