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.3-rc1~160^2~1^2~77^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ddce4aeccacb6f575cbfad623da5f0deb2592baf;p=thirdparty%2Fkernel%2Flinux.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 90b2fb3a98443..46fff31321f37 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; };