Re: [PATCH -next] regulator: act8945a-regulator: make symbol act8945a_pm static

2018-12-20 Thread Boris Brezillon
On Tue, 18 Dec 2018 07:10:21 + Wei Yongjun wrote: > Fixes the following sparse warning: > > drivers/regulator/act8945a-regulator.c:340:1: warning: > symbol 'act8945a_pm' was not declared. Should it be static? > > Fixes: 7482d6ecc68e ("regulator: act8945a-regulator: Implement PM >

[PATCH -next] regulator: act8945a-regulator: make symbol act8945a_pm static

2018-12-17 Thread Wei Yongjun
Fixes the following sparse warning: drivers/regulator/act8945a-regulator.c:340:1: warning: symbol 'act8945a_pm' was not declared. Should it be static? Fixes: 7482d6ecc68e ("regulator: act8945a-regulator: Implement PM functionalities") Signed-off-by: Wei Yongjun ---