ASoC: WM8776: Removed unneeded struct member
authorDimitris Papastamos <dp@opensource.wolfsonmicro.com>
Fri, 5 Nov 2010 10:36:24 +0000 (10:36 +0000)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Sat, 6 Nov 2010 15:11:55 +0000 (11:11 -0400)
commit197ebd4053c42351e3737d83aebb33ed97ed2dd8
tree6c13e05ae90d4c02fd8c70c41761e286980c63aa
parent71a295602ed967fa22d96d57a2e38bb86de24db7
ASoC: WM8776: Removed unneeded struct member

The member reg_cache is not used at all and therefore it should be
removed.  This member was usually needed for older versions of ASoC
that did not handle caching automatically and had to be done in the
driver itself.

Signed-off-by: Dimitris Papastamos <dp@opensource.wolfsonmicro.com>
Acked-by: Liam Girdwood <lrg@slimlogic.co.uk>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
sound/soc/codecs/wm8776.c