Re: [PATCH -next] hwrng: make symbol imx_rngc_pm_ops static

2018-02-15 Thread Herbert Xu
On Tue, Jan 23, 2018 at 02:08:56AM +, Wei Yongjun wrote: > Fixes the following sparse warnings: > > drivers/char/hw_random/imx-rngc.c:303:1: warning: > symbol 'imx_rngc_pm_ops' was not declared. Should it be static? > > Signed-off-by: Wei Yongjun Patch applied.

Re: [PATCH -next] hwrng: make symbol imx_rngc_pm_ops static

2018-01-23 Thread Martin Kaiser
Thus wrote Wei Yongjun (weiyongj...@huawei.com): > Fixes the following sparse warnings: > drivers/char/hw_random/imx-rngc.c:303:1: warning: > symbol 'imx_rngc_pm_ops' was not declared. Should it be static? > Signed-off-by: Wei Yongjun > --- >

[PATCH -next] hwrng: make symbol imx_rngc_pm_ops static

2018-01-22 Thread Wei Yongjun
Fixes the following sparse warnings: drivers/char/hw_random/imx-rngc.c:303:1: warning: symbol 'imx_rngc_pm_ops' was not declared. Should it be static? Signed-off-by: Wei Yongjun --- drivers/char/hw_random/imx-rngc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)