diff options
author | Breno Leitao <leitao@debian.org> | 2018-10-22 11:54:13 -0300 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2018-11-25 17:11:21 +1100 |
commit | c36c5ffd5173bad377749c136718f3c77d896691 (patch) | |
tree | e2e6d19737061ba714ed7e39673f3524eb9b8abf /arch/powerpc/Kconfig.debug | |
parent | 42e2acde1237878462b028f5a27d9cc5bea7502c (diff) |
powerpc/eeh: Declare pci_ers_result_name() as static
Function pci_ers_result_name() is a static function, although not declared
as such. This was detected by sparse in the following warning
arch/powerpc/kernel/eeh_driver.c:63:12: warning: symbol 'pci_ers_result_name' was not declared. Should it be static?
This patch simply declares the function a static.
Signed-off-by: Breno Leitao <leitao@debian.org>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'arch/powerpc/Kconfig.debug')
0 files changed, 0 insertions, 0 deletions