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 <axel.lin@gmail.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
This commit is contained in:
Axel Lin 2011-09-27 10:38:07 +08:00 коммит произвёл Mark Brown
Родитель 60c9e3178f
Коммит fe0cc75193
1 изменённых файлов: 0 добавлений и 2 удалений

Просмотреть файл

@ -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;
};