Re: [PATCH -next] regulator: Make symbols static

2019-04-19 Thread YueHaibing
On 2019/4/20 0:12, Mark Brown wrote: > On Tue, Apr 16, 2019 at 10:41:09PM +0800, Yue Haibing wrote: >> From: YueHaibing >> >> Fix sparse warnings: >> >> drivers/regulator/stm32-pwr.c:35:5: warning: >> symbol 'ready_mask_table' was not declared. Should it be static? >> drivers/regulator/stm32-pwr.

Re: [PATCH -next] regulator: Make symbols static

2019-04-19 Thread Mark Brown
On Tue, Apr 16, 2019 at 10:41:09PM +0800, Yue Haibing wrote: > From: YueHaibing > > Fix sparse warnings: > > drivers/regulator/stm32-pwr.c:35:5: warning: > symbol 'ready_mask_table' was not declared. Should it be static? > drivers/regulator/stm32-pwr.c:47:5: warning: > symbol 'stm32_pwr_reg_is

[PATCH -next] regulator: Make symbols static

2019-04-16 Thread Yue Haibing
From: YueHaibing Fix sparse warnings: drivers/regulator/stm32-pwr.c:35:5: warning: symbol 'ready_mask_table' was not declared. Should it be static? drivers/regulator/stm32-pwr.c:47:5: warning: symbol 'stm32_pwr_reg_is_ready' was not declared. Should it be static? drivers/regulator/stm32-pwr.c: