mirror of
https://github.com/tbsdtv/linux_media.git
synced 2025-07-23 12:43:29 +02: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:
committed by
Lee Jones
parent
28faad777c
commit
9f5b98f3f4
@@ -890,11 +890,6 @@ struct tps65910 {
|
|||||||
struct regmap *regmap;
|
struct regmap *regmap;
|
||||||
unsigned long id;
|
unsigned long id;
|
||||||
|
|
||||||
/* Client devices */
|
|
||||||
struct tps65910_pmic *pmic;
|
|
||||||
struct tps65910_rtc *rtc;
|
|
||||||
struct tps65910_power *power;
|
|
||||||
|
|
||||||
/* Device node parsed board data */
|
/* Device node parsed board data */
|
||||||
struct tps65910_board *of_plat_data;
|
struct tps65910_board *of_plat_data;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user