Commit 9f1aeef4 authored by Francesco Dolcini's avatar Francesco Dolcini Committed by Mark Brown

ASoC: nau8822: Remove unused member from struct

Remove unused mclk_idx struct member.
Signed-off-by: default avatarFrancesco Dolcini <francesco.dolcini@toradex.com>
Link: https://msgid.link/r/20240404111953.99287-1-francesco@dolcini.itSigned-off-by: default avatarMark Brown <broonie@kernel.org>
parent 2ba2d171
......@@ -215,7 +215,6 @@ struct nau8822_pll {
struct nau8822 {
struct device *dev;
struct regmap *regmap;
int mclk_idx;
struct nau8822_pll pll;
int sysclk;
int div_id;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment