diff options
author | Aidan MacDonald <aidanmacdonald.0x0@gmail.com> | 2022-07-08 17:02:35 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2022-07-20 21:43:53 +0100 |
commit | cd57272c4e686d4ad2d2e775a40a3eac9f96ec7c (patch) | |
tree | 08d6ac0aa7ffb0c983e919456fdb778466ae708d /sound/soc/jz4740/jz4740-i2s.c | |
parent | f4d92d9757e6b0adf24d227e414dac867555c9e2 (diff) | |
download | lwn-cd57272c4e686d4ad2d2e775a40a3eac9f96ec7c.tar.gz lwn-cd57272c4e686d4ad2d2e775a40a3eac9f96ec7c.zip |
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>
Diffstat (limited to 'sound/soc/jz4740/jz4740-i2s.c')
-rw-r--r-- | sound/soc/jz4740/jz4740-i2s.c | 1 |
1 files changed, 0 insertions, 1 deletions
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; |