aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/sound/soc/jz4740
diff options
context:
space:
mode:
authorAidan MacDonald <aidanmacdonald.0x0@gmail.com>2022-07-08 17:02:35 +0100
committerMark Brown <broonie@kernel.org>2022-07-20 21:43:53 +0100
commitcd57272c4e686d4ad2d2e775a40a3eac9f96ec7c (patch)
tree08d6ac0aa7ffb0c983e919456fdb778466ae708d /sound/soc/jz4740
parentASoC: Makefile: Fix simultaneous build of KUNIT tests (diff)
downloadwireguard-linux-cd57272c4e686d4ad2d2e775a40a3eac9f96ec7c.tar.xz
wireguard-linux-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')
-rw-r--r--sound/soc/jz4740/jz4740-i2s.c1
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;