powerpc/powernv: make symbol 'mpipl_kobj' static
authorBixuan Cui <cuibixuan@huawei.com>
Fri, 9 Apr 2021 06:38:55 +0000 (14:38 +0800)
committerMichael Ellerman <mpe@ellerman.id.au>
Wed, 14 Apr 2021 13:04:17 +0000 (23:04 +1000)
commitff0b4155ae9903539d1299a9a4c8717fb7eb6009
treed55fd244d6ba99a581cb03d03452f0331a5d41bb
parentf234ad405a35262ed2d8dd2d29fc633908dce955
powerpc/powernv: make symbol 'mpipl_kobj' static

The sparse tool complains as follows:

arch/powerpc/platforms/powernv/opal-core.c:74:16: warning:
 symbol 'mpipl_kobj' was not declared.

This symbol is not used outside of opal-core.c, so marks it static.

Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: Bixuan Cui <cuibixuan@huawei.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20210409063855.57347-1-cuibixuan@huawei.com
arch/powerpc/platforms/powernv/opal-core.c