mfd: tps65910: Remove unused pointers
authorMichał Mirosław <mirq-linux@rere.qmqm.pl>
Sat, 26 Sep 2020 23:59:18 +0000 (01:59 +0200)
committerLee Jones <lee.jones@linaro.org>
Thu, 19 Nov 2020 08:34:22 +0000 (08:34 +0000)
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>
include/linux/mfd/tps65910.h

index f7398d9..701925d 100644 (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;