Commit fe0cc751 authored by Axel Lin's avatar Axel Lin Committed by Mark Brown

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: default avatarAxel Lin <axel.lin@gmail.com>
Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
parent 60c9e317
...@@ -54,9 +54,7 @@ static unsigned int hs_switch; ...@@ -54,9 +54,7 @@ static unsigned int hs_switch;
static unsigned int lo_dac; static unsigned int lo_dac;
struct mfld_mc_private { struct mfld_mc_private {
struct platform_device *socdev;
void __iomem *int_base; void __iomem *int_base;
struct snd_soc_codec *codec;
u8 interrupt_status; u8 interrupt_status;
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment