From: Axel Lin Date: Tue, 27 Sep 2011 02:38:07 +0000 (+0800) Subject: ASoC: Remove unused fields in struct mfld_mc_private X-Git-Tag: next-20110928~56^2~4 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=fe0cc75193cf7d06818b44b01b96c552111a43a6;p=karo-tx-linux.git ASoC: Remove unused fields in struct mfld_mc_private Both *socdev and *codec of struct mfld_mc_private are not being used in this driver, remove it. Signed-off-by: Axel Lin Signed-off-by: Mark Brown --- diff --git a/sound/soc/mid-x86/mfld_machine.c b/sound/soc/mid-x86/mfld_machine.c index 429aa1be2cff..1d818dc57973 100644 --- a/sound/soc/mid-x86/mfld_machine.c +++ b/sound/soc/mid-x86/mfld_machine.c @@ -54,9 +54,7 @@ static unsigned int hs_switch; static unsigned int lo_dac; struct mfld_mc_private { - struct platform_device *socdev; void __iomem *int_base; - struct snd_soc_codec *codec; u8 interrupt_status; };