diff options
author | Breno Leitao <leitao@debian.org> | 2018-10-22 11:54:15 -0300 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2018-11-25 17:11:21 +1100 |
commit | 92a4543209d39215e678e81c0d56de07074bbe3a (patch) | |
tree | 417300d41fb64340edc78906406be5144394c898 /drivers/amba | |
parent | c36c5ffd5173bad377749c136718f3c77d896691 (diff) | |
download | linux-92a4543209d39215e678e81c0d56de07074bbe3a.tar.bz2 |
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>
Diffstat (limited to 'drivers/amba')
0 files changed, 0 insertions, 0 deletions