From: Michael Jeanson Date: Mon, 18 Jun 2018 18:53:17 +0000 (-0400) Subject: Fix: asoc: Remove snd_soc_cache_sync() implementation X-Git-Tag: v2.10.7~6 X-Git-Url: http://git.lttng.org./?a=commitdiff_plain;ds=sidebyside;h=8c7517e440aa7e17ff054657eb8b4b401a9922f7;hp=8c7517e440aa7e17ff054657eb8b4b401a9922f7;p=lttng-modules.git Fix: asoc: Remove snd_soc_cache_sync() implementation See upstream commit: commit 427d204c86e095bb91eb8af381bd90a48376a860 Author: Lars-Peter Clausen Date: Sat Nov 8 16:38:07 2014 +0100 ASoC: Remove snd_soc_cache_sync() implementation 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: Michael Jeanson Signed-off-by: Mathieu Desnoyers ---