Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Michał Mirosław and committed by
Lee Jones
9f5b98f3 28faad77

-5
-5
include/linux/mfd/tps65910.h
··· 890 890 struct regmap *regmap; 891 891 unsigned long id; 892 892 893 - /* Client devices */ 894 - struct tps65910_pmic *pmic; 895 - struct tps65910_rtc *rtc; 896 - struct tps65910_power *power; 897 - 898 893 /* Device node parsed board data */ 899 894 struct tps65910_board *of_plat_data; 900 895