mirror of
https://github.com/torvalds/linux.git
synced 2026-06-05 21:15:53 +02:00
ASoC: nau8822: Remove unused member from struct
Remove unused mclk_idx struct member. Signed-off-by: Francesco Dolcini <francesco.dolcini@toradex.com> Link: https://msgid.link/r/20240404111953.99287-1-francesco@dolcini.it Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
parent
2ba2d17170
commit
9f1aeef4cb
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user