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>
This commit is contained in:
Michał Mirosław 2020-09-27 01:59:18 +02:00 committed by Lee Jones
parent 28faad777c
commit 9f5b98f3f4

View File

@ -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;