Skip to content

Commit

Permalink
ASoC: Remove unused fields in struct mfld_mc_private
Browse files Browse the repository at this point in the history
Both *socdev and *codec of struct mfld_mc_private are not being used
in this driver, remove it.

Signed-off-by: Axel Lin <axel.lin@gmail.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
  • Loading branch information
Axel Lin authored and Mark Brown committed Sep 27, 2011
1 parent 60c9e31 commit fe0cc75
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions sound/soc/mid-x86/mfld_machine.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};

Expand Down

0 comments on commit fe0cc75

Please sign in to comment.