mfd: db8500-prcmu: Fix multiple incorrectly documented function names
authorLee Jones <lee.jones@linaro.org>
Wed, 31 Mar 2021 08:11:00 +0000 (09:11 +0100)
committerLee Jones <lee.jones@linaro.org>
Wed, 2 Jun 2021 09:50:03 +0000 (10:50 +0100)
commite00a953b7adcd6a5c596daa228e61cc256901413
treedc3bbdc9c72c1ce6e6a461c05e1e4fbd9ab51fa7
parent9b31ec3de743d8e438a35b048d01530ebb9d12e4
mfd: db8500-prcmu: Fix multiple incorrectly documented function names

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

 drivers/mfd/db8500-prcmu.c:624: warning: expecting prototype for prcmu_get_current_mode(). Prototype was for prcmu_get_xp70_current_state() instead
 drivers/mfd/db8500-prcmu.c:908: warning: expecting prototype for db8500_set_ape_opp(). Prototype was for db8500_prcmu_set_ape_opp() instead
 drivers/mfd/db8500-prcmu.c:2303: warning: expecting prototype for db8500_prcmu_reset_modem(). Prototype was for db8500_prcmu_modem_reset() instead

Cc: Linus Walleij <linus.walleij@linaro.org>
Cc: Lee Jones <lee.jones@linaro.org>
Cc: Kumar Sanghvi <kumar.sanghvi@stericsson.com>
Cc: Sundar Iyer <sundar.iyer@stericsson.com>
Cc: Mattias Nilsson <mattias.i.nilsson@stericsson.com>
Cc: linux-arm-kernel@lists.infradead.org
Signed-off-by: Lee Jones <lee.jones@linaro.org>
drivers/mfd/db8500-prcmu.c