Commit 9f5b98f3 authored by Michał Mirosław's avatar Michał Mirosław Committed by Lee Jones

mfd: tps65910: Remove unused pointers

Client pointers in tps65910 data are not used in the drivers.
Remove those fields.
Signed-off-by: default avatarMichał Mirosław <mirq-linux@rere.qmqm.pl>
Signed-off-by: default avatarLee Jones <lee.jones@linaro.org>
parent 28faad77
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment