summaryrefslogtreecommitdiffstats
path: root/include/hw/ppc/spapr.h
diff options
context:
space:
mode:
authorGreg Kurz2017-06-30 15:18:10 +0200
committerDavid Gibson2017-07-11 03:04:01 +0200
commit04d0ffbd52ccd3d6e9db3d74e29d89dc8ff3fa75 (patch)
treefb198223502ef0b1cf8a2079ac53602d837c1ae9 /include/hw/ppc/spapr.h
parentMerge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2017-07-10-v2' into... (diff)
downloadqemu-04d0ffbd52ccd3d6e9db3d74e29d89dc8ff3fa75.tar.gz
qemu-04d0ffbd52ccd3d6e9db3d74e29d89dc8ff3fa75.tar.xz
qemu-04d0ffbd52ccd3d6e9db3d74e29d89dc8ff3fa75.zip
spapr: make spapr_populate_hotplug_cpu_dt() static
Since commit ff9006ddbfd1 ("spapr: move spapr_core_[foo]plug() callbacks close to machine code in spapr.c"), this function doesn't need to be extern anymore. Signed-off-by: Greg Kurz <groug@kaod.org> Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Diffstat (limited to 'include/hw/ppc/spapr.h')
-rw-r--r--include/hw/ppc/spapr.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/hw/ppc/spapr.h b/include/hw/ppc/spapr.h
index a66bbac352..12bf969799 100644
--- a/include/hw/ppc/spapr.h
+++ b/include/hw/ppc/spapr.h
@@ -640,8 +640,6 @@ void spapr_hotplug_req_add_by_count_indexed(sPAPRDRConnectorType drc_type,
void spapr_hotplug_req_remove_by_count_indexed(sPAPRDRConnectorType drc_type,
uint32_t count, uint32_t index);
void spapr_cpu_parse_features(sPAPRMachineState *spapr);
-void *spapr_populate_hotplug_cpu_dt(CPUState *cs, int *fdt_offset,
- sPAPRMachineState *spapr);
/* CPU and LMB DRC release callbacks. */
void spapr_core_release(DeviceState *dev);