Re: [PATCH -next] powerpc/pseries/pmem: Make symbol 'drc_pmem_match' static

From: Michael Ellerman
Date: Mon Apr 19 2021 - 00:04:58 EST


On Fri, 9 Apr 2021 17:01:14 +0800, Bixuan Cui wrote:
> The sparse tool complains as follows:
>
> arch/powerpc/platforms/pseries/pmem.c:142:27: warning:
> symbol 'drc_pmem_match' was not declared. Should it be static?
>
> This symbol is not used outside of pmem.c, so this
> commit marks it static.

Applied to powerpc/next.

[1/1] powerpc/pseries/pmem: Make symbol 'drc_pmem_match' static
https://git.kernel.org/powerpc/c/2235dea17d56238642121a8085b71d68598534bb

cheers