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 <aidanmacdonald.0x0@gmail.com>
Reviewed-by: Paul Cercueil <paul@crapouillou.net>
Link: https://lore.kernel.org/r/20220708160244.21933-3-aidanmacdonald.0x0@gmail.com
Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
Aidan MacDonald 2022-07-08 17:02:35 +01:00 committed by Mark Brown
parent f4d92d9757
commit cd57272c4e
No known key found for this signature in database
GPG key ID: 24D68B725D5487D0

View file

@ -93,7 +93,6 @@ struct i2s_soc_info {
};
struct jz4740_i2s {
struct resource *mem;
void __iomem *base;
struct clk *clk_aic;