From: Claudiu Beznea Date: Mon, 30 Jan 2023 12:06:45 +0000 (+0200) Subject: ASoC: mchp-spdifrx: remove struct mchp_spdifrx_dev::fmt member X-Git-Tag: v6.6.7~3340^2~4^2~97^2~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ddce4aeccacb6f575cbfad623da5f0deb2592baf;p=platform%2Fkernel%2Flinux-starfive.git ASoC: mchp-spdifrx: remove struct mchp_spdifrx_dev::fmt member Remove member fmt of struct mchp_spdifrx_dev as it is not used anywhere. Signed-off-by: Claudiu Beznea Link: https://lore.kernel.org/r/20230130120647.638049-7-claudiu.beznea@microchip.com Signed-off-by: Mark Brown --- diff --git a/sound/soc/atmel/mchp-spdifrx.c b/sound/soc/atmel/mchp-spdifrx.c index 90b2fb3..46fff31 100644 --- a/sound/soc/atmel/mchp-spdifrx.c +++ b/sound/soc/atmel/mchp-spdifrx.c @@ -235,7 +235,6 @@ struct mchp_spdifrx_dev { struct regmap *regmap; struct clk *pclk; struct clk *gclk; - unsigned int fmt; unsigned int trigger_enabled; unsigned int gclk_enabled:1; };