Re: [PATCH -next] mfd: rtsx: fix sparse non static symbol warning

2013-12-20 Thread Lee Jones
On Fri, 20 Dec 2013, Wei Yongjun wrote: > From: Wei Yongjun > > 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: Wei Yongjun > --- > drivers/mfd/rtl8411.c | 2 +- >

Re: [PATCH -next] mfd: rtsx: fix sparse non static symbol warning

2013-12-20 Thread Lee Jones
On Fri, 20 Dec 2013, Wei Yongjun wrote: From: Wei Yongjun yongjun_...@trendmicro.com.cn 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: Wei Yongjun

[PATCH -next] mfd: rtsx: fix sparse non static symbol warning

2013-12-19 Thread Wei Yongjun
From: Wei Yongjun 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: Wei Yongjun --- drivers/mfd/rtl8411.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[PATCH -next] mfd: rtsx: fix sparse non static symbol warning

2013-12-19 Thread Wei Yongjun
From: Wei Yongjun yongjun_...@trendmicro.com.cn 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: Wei Yongjun yongjun_...@trendmicro.com.cn --- drivers/mfd/rtl8411.c | 2 +- 1