diff options
author | Cédric Le Goater | 2017-02-27 15:29:18 +0100 |
---|---|---|
committer | David Gibson | 2017-03-01 01:23:39 +0100 |
commit | be1fe35199e29bd662b9c7e36c97ccb7122f3fee (patch) | |
tree | 9a05e69f893eb0caa535b9b3af6060957680bc7d /include/hw/ppc/xics.h | |
parent | ppc/xics: use the QOM interface to resend irqs (diff) | |
download | qemu-be1fe35199e29bd662b9c7e36c97ccb7122f3fee.tar.gz qemu-be1fe35199e29bd662b9c7e36c97ccb7122f3fee.tar.xz qemu-be1fe35199e29bd662b9c7e36c97ccb7122f3fee.zip |
ppc/xics: remove xics_find_source()
It is not used anymore now that we have the QOM interface for XICS.
Signed-off-by: Cédric Le Goater <clg@kaod.org>
Reviewed-by: David Gibson <david@gibson.dropbear.id.au>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Diffstat (limited to 'include/hw/ppc/xics.h')
-rw-r--r-- | include/hw/ppc/xics.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/hw/ppc/xics.h b/include/hw/ppc/xics.h index b88071529d..db2bb04de8 100644 --- a/include/hw/ppc/xics.h +++ b/include/hw/ppc/xics.h @@ -224,7 +224,6 @@ void ics_simple_write_xive(ICSState *ics, int nr, int server, void ics_set_irq_type(ICSState *ics, int srcno, bool lsi); -ICSState *xics_find_source(XICSState *icp, int irq); void ics_resend(ICSState *ics); #endif /* XICS_H */ |