[PATCH] ASoC: SOF: imx8: remove unused regmap field from imx8m_chip_data
From: Ștefan Ghețu
Date: Wed Sep 02 2026 - 14:20:28 EST
The regmap member of struct imx8m_chip_data became unused in
commit a71b261c19a4 ("ASoC: SOF: imx8m: Use reset controller API to control the DSP"),
which converted the runstall handling to the reset controller API and
removed all accesses to it. The struct member was left behind.
imx8m_probe() only assigns dap and run_stall, and the imx8ulp path
stores its regmap directly in common->chip_pdata rather than in this
struct.
Signed-off-by: Ștefan Ghețu <stefanghetu9@xxxxxxxxx>
---
sound/soc/sof/imx/imx8.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/sound/soc/sof/imx/imx8.c b/sound/soc/sof/imx/imx8.c
index 7e9eab2e30347..c2b4d379a3a3a 100644
--- a/sound/soc/sof/imx/imx8.c
+++ b/sound/soc/sof/imx/imx8.c
@@ -36,7 +36,6 @@
struct imx8m_chip_data {
void __iomem *dap;
- struct regmap *regmap;
struct reset_control *run_stall;
};
--
2.53.0