From: Kuninori Morimoto <kuninori.morimoto...@renesas.com>

Signed-off-by: Kuninori Morimoto <kuninori.morimoto...@renesas.com>
Signed-off-by: Mark Brown <broo...@kernel.org>
---
 sound/soc/sh/rcar/rsrc-card.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/sound/soc/sh/rcar/rsrc-card.c b/sound/soc/sh/rcar/rsrc-card.c
index 1bc7ecf..b85b5ee 100644
--- a/sound/soc/sh/rcar/rsrc-card.c
+++ b/sound/soc/sh/rcar/rsrc-card.c
@@ -64,7 +64,6 @@ struct rsrc_card_priv {
        struct snd_soc_codec_conf codec_conf;
        struct rsrc_card_dai *dai_props;
        struct snd_soc_dai_link *dai_link;
-       int dai_num;
        u32 convert_rate;
        u32 convert_channels;
 };
@@ -418,7 +417,6 @@ static int rsrc_card_parse_of(struct device_node *node,
 
        priv->dai_props = props;
        priv->dai_link  = links;
-       priv->dai_num   = num;
 
        /* Init snd_soc_card */
        priv->snd_card.owner                    = THIS_MODULE;
-- 
1.9.1

Reply via email to