From: Axel Lin Date: Wed, 19 Oct 2011 15:05:56 +0000 (+0800) Subject: ASoC: ak4641: Remove unused codec field from struct ak4641_priv X-Git-Tag: v3.2-rc1~127^2~1^2~18 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=812b404c90d302e3f352568606c8c37c3ee1e4c7;p=pandora-kernel.git ASoC: ak4641: Remove unused codec field from struct ak4641_priv Signed-off-by: Axel Lin Acked-by: Liam Girdwood Signed-off-by: Mark Brown --- diff --git a/sound/soc/codecs/ak4641.c b/sound/soc/codecs/ak4641.c index 7a64e58cddc4..f5125ae0f809 100644 --- a/sound/soc/codecs/ak4641.c +++ b/sound/soc/codecs/ak4641.c @@ -31,7 +31,6 @@ /* codec private data */ struct ak4641_priv { - struct snd_soc_codec *codec; unsigned int sysclk; int deemph; int playback_fs;