aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc/lib/code-patching.c
diff options
context:
space:
mode:
authorAndrew Donnellan <andrew.donnellan@au1.ibm.com>2019-03-14 15:27:27 +1100
committerMichael Ellerman <mpe@ellerman.id.au>2019-04-20 22:03:19 +1000
commit2f9196b67237f1e59f2753b2968f8ad6433d4042 (patch)
tree9a4b64efb14b03690cb6d582e20e8f94e0611ea6 /arch/powerpc/lib/code-patching.c
parent80d04b7fabe161a23d143b3bfcfca1b002c23da1 (diff)
downloadlinux-2f9196b67237f1e59f2753b2968f8ad6433d4042.tar.gz
linux-2f9196b67237f1e59f2753b2968f8ad6433d4042.tar.bz2
linux-2f9196b67237f1e59f2753b2968f8ad6433d4042.zip
powerpc/powernv: Squash sparse warnings in opal-call.c
sparse complains a lot about opal-call.c: arch/powerpc/platforms/powernv/opal-call.c:128:1: warning: symbol 'opal_invalid_call' was not declared. Should it be static? arch/powerpc/platforms/powernv/opal-call.c:129:1: warning: symbol 'opal_console_write' was not declared. Should it be static? arch/powerpc/platforms/powernv/opal-call.c:130:1: warning: symbol 'opal_console_read' was not declared. Should it be static? Those symbols are forward declared in opal.h, but we can't include that because the function signatures in opal.h are different. So instead, just add an extra forward declaration to the OPAL_CALL macro to shut sparse up. Signed-off-by: Andrew Donnellan <andrew.donnellan@au1.ibm.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'arch/powerpc/lib/code-patching.c')
0 files changed, 0 insertions, 0 deletions