ASoC: Remove snd_soc_cache_sync() implementation
authorLars-Peter Clausen <lars@metafoo.de>
Sat, 8 Nov 2014 15:38:07 +0000 (16:38 +0100)
committerMark Brown <broonie@kernel.org>
Sun, 9 Nov 2014 09:06:30 +0000 (09:06 +0000)
This function has no more non regmap user, which means we can remove the
implementation of the function and associated functions and structure
fields.

For convenience we keep a static inline version of the function that
forwards calls to regcache_sync() unconditionally.

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

No differences found