linux_dsm_epyc7002/arch/powerpc/platforms/powernv
Andrew Donnellan 2f9196b672 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>
2019-04-20 22:03:19 +10:00
..
copy-paste.h
eeh-powernv.c
idle.c powerpc/powernv: Don't reprogram SLW image on every KVM guest entry/exit 2019-02-22 00:10:15 +11:00
Kconfig
Makefile powerpc/powernv: move OPAL call wrapper tracing and interrupt handling to C 2019-02-26 23:55:09 +11:00
memtrace.c mm: replace all open encodings for NUMA_NO_NODE 2019-03-05 21:07:14 -08:00
npu-dma.c powerpc/powernv/npu: Remove redundant change_pte() hook 2019-02-22 00:10:14 +11:00
ocxl.c
opal-async.c
opal-call.c powerpc/powernv: Squash sparse warnings in opal-call.c 2019-04-20 22:03:19 +10:00
opal-dump.c
opal-elog.c
opal-flash.c
opal-hmi.c
opal-imc.c
opal-irqchip.c
opal-kmsg.c
opal-lpc.c
opal-memory-errors.c
opal-msglog.c powerpc/powernv: Make opal log only readable by root 2019-02-27 22:11:31 +11:00
opal-nvram.c
opal-power.c
opal-powercap.c
opal-prd.c
opal-psr.c
opal-rtc.c
opal-sensor-groups.c
opal-sensor.c
opal-sysparam.c
opal-tracepoints.c jump_label: move 'asm goto' support test to Kconfig 2019-01-06 09:46:51 +09:00
opal-wrappers.S powerpc/powernv: move OPAL call wrapper tracing and interrupt handling to C 2019-02-26 23:55:09 +11:00
opal-xscom.c
opal.c treewide: add checks for the return value of memblock_alloc*() 2019-03-12 10:04:02 -07:00
pci-cxl.c
pci-ioda-tce.c powerpc/powernv/ioda: Fix locked_vm counting for memory used by IOMMU tables 2019-02-28 11:50:02 +11:00
pci-ioda.c treewide: add checks for the return value of memblock_alloc*() 2019-03-12 10:04:02 -07:00
pci.c powerpc/powernv/sriov: Register IOMMU groups for VFs 2019-02-19 11:51:18 +11:00
pci.h
powernv.h
rng.c
setup.c
smp.c powerpc/powernv: Don't reprogram SLW image on every KVM guest entry/exit 2019-02-22 00:10:15 +11:00
subcore-asm.S
subcore.c
subcore.h
vas-debug.c
vas-trace.h
vas-window.c
vas.c
vas.h