[PATCH 3/5] platform: starfive: drop "compatible" from struct pmic
Nam Cao
namcao at linutronix.de
Wed Jan 31 05:09:05 PST 2024
The member "compatible" of struct pmic is not used. Delete it.
Signed-off-by: Nam Cao <namcao at linutronix.de>
---
platform/generic/starfive/jh7110.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/platform/generic/starfive/jh7110.c b/platform/generic/starfive/jh7110.c
index 9f5261b..cb8c48d 100644
--- a/platform/generic/starfive/jh7110.c
+++ b/platform/generic/starfive/jh7110.c
@@ -23,7 +23,6 @@
struct pmic {
struct i2c_adapter *adapter;
u32 dev_addr;
- const char *compatible;
};
struct jh7110 {
@@ -208,7 +207,6 @@ static int pm_reset_init(void *fdt, int nodeoff,
return rc;
pmic_inst.dev_addr = addr;
- pmic_inst.compatible = match->compatible;
i2c_bus = fdt_parent_offset(fdt, nodeoff);
if (i2c_bus < 0)
--
2.39.2
More information about the opensbi
mailing list