]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc/xive: Define xive_do_source_eoi as static
authorBreno Leitao <leitao@debian.org>
Mon, 22 Oct 2018 14:54:15 +0000 (11:54 -0300)
committerMichael Ellerman <mpe@ellerman.id.au>
Sun, 25 Nov 2018 06:11:21 +0000 (17:11 +1100)
commit3b2df6d17dcffb7a1cb1a3e8d0c45d63a5270688
tree417300d41fb64340edc78906406be5144394c898
parent6f3f2a73be27da14027ec3936d35d4f0b9f83757
powerpc/xive: Define xive_do_source_eoi as static

Sparse shows that xive_do_source_eoi() file is defined without any
declaration, thus, it should be a static function.

arch/powerpc/sysdev/xive/common.c:312:6: warning: symbol 'xive_do_source_eoi' was not declared. Should it be static?

This patch simply turns this symbol into static.

Signed-off-by: Breno Leitao <leitao@debian.org>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/sysdev/xive/common.c