commit | 92a4543209d39215e678e81c0d56de07074bbe3a | [log] [tgz] |
---|---|---|
author | Breno Leitao <leitao@debian.org> | Mon Oct 22 11:54:15 2018 -0300 |
committer | Michael Ellerman <mpe@ellerman.id.au> | Sun Nov 25 17:11:21 2018 +1100 |
tree | 417300d41fb64340edc78906406be5144394c898 | |
parent | c36c5ffd5173bad377749c136718f3c77d896691 [diff] |
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>