ASoC: Remove unused debugfs_dapm field from snd_soc_{platform,codec} struct
authorLars-Peter Clausen <lars@metafoo.de>
Sat, 31 Aug 2013 09:02:18 +0000 (11:02 +0200)
committerMark Brown <broonie@linaro.org>
Sat, 31 Aug 2013 11:48:23 +0000 (12:48 +0100)
The DAPM context struct has its own field where it stores the pointer to the
DAPM debugfs entry. The debugfs_dapm field in the snd_soc_platform and
snd_soc_codec structs are completely unused and can be removed.

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Mark Brown <broonie@linaro.org>

No differences found