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

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
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -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;