ASoC: codecs: Remove unused reg_cache fields from device structs
authorLars-Peter Clausen <lars@metafoo.de>
Tue, 28 Dec 2010 20:37:55 +0000 (21:37 +0100)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Tue, 28 Dec 2010 23:37:21 +0000 (23:37 +0000)
commit839d271c509b6ce5c1da8a8e89fad73a1af0ddda
tree0e319023c344782d30c4d1a806a0a94b90e25be0
parent6dc47e97a064c4fc0e324fc4accc90415c1509b2
ASoC: codecs: Remove unused reg_cache fields from device structs

The multi-component patch(commit f0fba2ad1) moved the allocation of the
register cache from the driver to the ASoC core. Most drivers where adjusted to
this, but there are quite a few drivers left which now have an unused reg_cache field in
their private device struct.
This patch removes these unused fields.

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
22 files changed:
sound/soc/codecs/88pm860x-codec.c
sound/soc/codecs/ad193x.c
sound/soc/codecs/ak4671.c
sound/soc/codecs/cs4270.c
sound/soc/codecs/cs42l51.c
sound/soc/codecs/cx20442.c
sound/soc/codecs/tlv320aic26.c
sound/soc/codecs/uda1380.c
sound/soc/codecs/wm8580.c
sound/soc/codecs/wm8711.c
sound/soc/codecs/wm8731.c
sound/soc/codecs/wm8750.c
sound/soc/codecs/wm8900.c
sound/soc/codecs/wm8903.c
sound/soc/codecs/wm8940.c
sound/soc/codecs/wm8960.c
sound/soc/codecs/wm8961.c
sound/soc/codecs/wm8974.c
sound/soc/codecs/wm8978.c
sound/soc/codecs/wm8988.c
sound/soc/codecs/wm8993.c
sound/soc/codecs/wm9081.c