From: Oder Chiou Date: Fri, 28 Mar 2014 12:28:28 +0000 (+0800) Subject: ASoC: rt5640: Remove the unused field in private data X-Git-Tag: firefly_0821_release~176^2~3750^2~24^2~4^3~11 X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=bc49e462cd6ded128cc6dbb6775de4a4c3d6bbc8;p=firefly-linux-kernel-4.4.55.git ASoC: rt5640: Remove the unused field in private data The patch removes the unused field in private data. Signed-off-by: Oder Chiou Signed-off-by: Mark Brown --- diff --git a/sound/soc/codecs/rt5640.h b/sound/soc/codecs/rt5640.h index cbd07b5f8060..d7bd525caf85 100644 --- a/sound/soc/codecs/rt5640.h +++ b/sound/soc/codecs/rt5640.h @@ -2095,7 +2095,6 @@ struct rt5640_priv { int pll_in; int pll_out; - int dmic_en; bool hp_mute; };