aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAidan MacDonald <[email protected]>2022-07-08 17:02:35 +0100
committerMark Brown <[email protected]>2022-07-20 21:43:53 +0100
commitcd57272c4e686d4ad2d2e775a40a3eac9f96ec7c (patch)
tree08d6ac0aa7ffb0c983e919456fdb778466ae708d
parentf4d92d9757e6b0adf24d227e414dac867555c9e2 (diff)
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 <[email protected]> Reviewed-by: Paul Cercueil <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Mark Brown <[email protected]>
-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;