From: Michał Mirosław Date: Sat, 26 Sep 2020 23:59:18 +0000 (+0200) Subject: mfd: tps65910: Remove unused pointers X-Git-Tag: v5.11-rc1~102^2~34 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9f5b98f3f4149a10c315ddb4d0bed033f398e8ec;p=thirdparty%2Flinux.git 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 Signed-off-by: Lee Jones --- diff --git a/include/linux/mfd/tps65910.h b/include/linux/mfd/tps65910.h index f7398d982f233..701925db75b3f 100644 --- a/include/linux/mfd/tps65910.h +++ b/include/linux/mfd/tps65910.h @@ -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;