OSDN Git Service

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)
commit92a4543209d39215e678e81c0d56de07074bbe3a
tree417300d41fb64340edc78906406be5144394c898
parentc36c5ffd5173bad377749c136718f3c77d896691
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