mfd: twl-core: Fix incorrect function name twl_regcache_bypass()
authorLee Jones <lee.jones@linaro.org>
Wed, 31 Mar 2021 08:10:18 +0000 (09:10 +0100)
committerLee Jones <lee.jones@linaro.org>
Wed, 2 Jun 2021 09:50:03 +0000 (10:50 +0100)
commit9b31ec3de743d8e438a35b048d01530ebb9d12e4
tree5e5497e3b781700ffa4ffcad9a1af5716b7283f0
parent926337b211d7936be45af9ee09f6d2107a58f998
mfd: twl-core: Fix incorrect function name twl_regcache_bypass()

Fixes the following W=1 kernel build warning(s):

 drivers/mfd/twl-core.c:496: warning: expecting prototype for twl_regcache_bypass(). Prototype was for twl_set_regcache_bypass() instead

Cc: Tony Lindgren <tony@atomide.com>
Cc: Lee Jones <lee.jones@linaro.org>
Cc: Kai Svahn <kai.svahn@nokia.com>
Cc: syed khasim <x0khasim@ti.com>
Cc: linux-omap@vger.kernel.org
Signed-off-by: Lee Jones <lee.jones@linaro.org>
drivers/mfd/twl-core.c