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

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 <aweber.kernel@gmail.com>
Reviewed-by: "Rob Herring (Arm)" <robh@kernel.org>
Link: https://lore.kernel.org/r/20250316-bcm59054-v7-4-4281126be1b8@gmail.com
Signed-off-by: Lee Jones <lee@kernel.org>

authored by

Artur Weber and committed by
Lee Jones
ba1a4553 a95fadf4

-1
-1
include/linux/mfd/bcm590xx.h
··· 43 43 struct i2c_client *i2c_sec; 44 44 struct regmap *regmap_pri; 45 45 struct regmap *regmap_sec; 46 - unsigned int id; 47 46 48 47 /* PMU ID value; also used as device type */ 49 48 u8 pmu_id;