mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-18 08:35:08 +08:00
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:
parent
28faad777c
commit
9f5b98f3f4
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user