Re: [PATCH -next] memory: tegra: Make terga20_mc_reset_ops static

2019-04-11 Thread YueHaibing
On 2019/4/11 17:33, Thierry Reding wrote: > On Wed, Apr 10, 2019 at 10:04:50PM +0800, Yue Haibing wrote: >> From: YueHaibing >> >> Fix sparse warning: >> >> drivers/memory/tegra/tegra20.c:277:33: warning: >> symbol 'terga20_mc_reset_ops' was not declared. Should it be static? >> >> Reported-by:

Re: [PATCH -next] memory: tegra: Make terga20_mc_reset_ops static

2019-04-11 Thread Thierry Reding
On Wed, Apr 10, 2019 at 10:04:50PM +0800, Yue Haibing wrote: > From: YueHaibing > > Fix sparse warning: > > drivers/memory/tegra/tegra20.c:277:33: warning: > symbol 'terga20_mc_reset_ops' was not declared. Should it be static? > > Reported-by: Hulk Robot > Signed-off-by: YueHaibing > --- >

[PATCH -next] memory: tegra: Make terga20_mc_reset_ops static

2019-04-10 Thread Yue Haibing
From: YueHaibing Fix sparse warning: drivers/memory/tegra/tegra20.c:277:33: warning: symbol 'terga20_mc_reset_ops' was not declared. Should it be static? Reported-by: Hulk Robot Signed-off-by: YueHaibing --- drivers/memory/tegra/tegra20.c | 2 +- 1 file changed, 1 insertion(+), 1