From: Aidan MacDonald Date: Fri, 8 Jul 2022 16:02:35 +0000 (+0100) Subject: ASoC: jz4740-i2s: Remove unused 'mem' resource X-Git-Tag: microblaze-v6.1~23^2~17^2~32 X-Git-Url: http://git.monstr.eu/?a=commitdiff_plain;h=cd57272c4e686d4ad2d2e775a40a3eac9f96ec7c;p=linux-2.6-microblaze.git ASoC: jz4740-i2s: Remove unused 'mem' resource This isn't used and doesn't need to be in the private data struct. Signed-off-by: Aidan MacDonald Reviewed-by: Paul Cercueil Link: https://lore.kernel.org/r/20220708160244.21933-3-aidanmacdonald.0x0@gmail.com Signed-off-by: Mark Brown --- diff --git a/sound/soc/jz4740/jz4740-i2s.c b/sound/soc/jz4740/jz4740-i2s.c index ecd8df70d39c..c4c1e89b47c1 100644 --- a/sound/soc/jz4740/jz4740-i2s.c +++ b/sound/soc/jz4740/jz4740-i2s.c @@ -93,7 +93,6 @@ struct i2s_soc_info { }; struct jz4740_i2s { - struct resource *mem; void __iomem *base; struct clk *clk_aic;