Re: [PATCH -next RESEND] mfd: ene-kb3930: Make symbol 'kb3930_power_off' static

2021-03-10 Thread Lee Jones
On Mon, 08 Mar 2021, 'Wei Yongjun wrote: > From: Wei Yongjun > > The sparse tool complains as follows: > > drivers/mfd/ene-kb3930.c:36:15: warning: > symbol 'kb3930_power_off' was not declared. Should it be static? > > This symbol is not used outside of ene-kb3930.c, so this > commit marks

[PATCH -next RESEND] mfd: ene-kb3930: Make symbol 'kb3930_power_off' static

2021-03-08 Thread 'Wei Yongjun
From: Wei Yongjun The sparse tool complains as follows: drivers/mfd/ene-kb3930.c:36:15: warning: symbol 'kb3930_power_off' was not declared. Should it be static? This symbol is not used outside of ene-kb3930.c, so this commit marks it static. Reported-by: Hulk Robot Signed-off-by: Wei