From: Artur Weber Date: Sun, 16 Mar 2025 18:18:52 +0000 (+0100) Subject: mfd: bcm590xx: Drop unused "id" member of bcm590xx struct X-Git-Tag: v6.16-rc1~63^2~51 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ba1a455393c430c97235cb593d40a3ea7ad8acca;p=thirdparty%2Flinux.git mfd: bcm590xx: Drop unused "id" member of bcm590xx struct The "id" member of the bcm590xx struct is unused and will be confusing once we add an actual PMU ID storage value. Drop it; a replacement will be introduced in a future commit. Signed-off-by: Artur Weber Reviewed-by: "Rob Herring (Arm)" Link: https://lore.kernel.org/r/20250316-bcm59054-v7-4-4281126be1b8@gmail.com Signed-off-by: Lee Jones --- diff --git a/include/linux/mfd/bcm590xx.h b/include/linux/mfd/bcm590xx.h index 09d4ae0542428..5a5783abd47b9 100644 --- a/include/linux/mfd/bcm590xx.h +++ b/include/linux/mfd/bcm590xx.h @@ -43,7 +43,6 @@ struct bcm590xx { struct i2c_client *i2c_sec; struct regmap *regmap_pri; struct regmap *regmap_sec; - unsigned int id; /* PMU ID value; also used as device type */ u8 pmu_id;