From afa9c748611cc1bc98a52b985c74d6d494bf83f6 Mon Sep 17 00:00:00 2001 From: Grazvydas Ignotas Date: Tue, 5 Jul 2016 02:52:27 +0300 Subject: [PATCH] ASoC: twl4030: remove unused structure --- sound/soc/codecs/twl4030.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/sound/soc/codecs/twl4030.c b/sound/soc/codecs/twl4030.c index ea099d586ce1..a99ac9b440d9 100644 --- a/sound/soc/codecs/twl4030.c +++ b/sound/soc/codecs/twl4030.c @@ -129,8 +129,6 @@ static const u8 twl4030_reg[TWL4030_CACHEREGNUM] = { /* codec private data */ struct twl4030_priv { - struct snd_soc_codec codec; - unsigned int codec_powered; /* reference counts of AIF/APLL users */ -- 2.39.5