Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b5167bc4 authored by Wei Yongjun's avatar Wei Yongjun Committed by Lee Jones
Browse files

mfd: rtsx: Fix sparse non static symbol warning



Fixes the following sparse warning:

drivers/mfd/rtl8411.c:473:6: warning:
 symbol 'rtl8411_init_common_params' was not declared. Should it be static?

Signed-off-by: default avatarWei Yongjun <yongjun_wei@trendmicro.com.cn>
Signed-off-by: default avatarLee Jones <lee.jones@linaro.org>
parent 75ad1327
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -470,7 +470,7 @@ static const u32 rtl8411b_qfn48_ms_pull_ctl_disable_tbl[] = {
	0,
};

void rtl8411_init_common_params(struct rtsx_pcr *pcr)
static void rtl8411_init_common_params(struct rtsx_pcr *pcr)
{
	pcr->extra_caps = EXTRA_CAPS_SD_SDR50 | EXTRA_CAPS_SD_SDR104;
	pcr->num_slots = 2;