mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 15:23:53 -06:00
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>
This commit is contained in:
parent
2cd908d0ad
commit
be1fe35199
2 changed files with 0 additions and 13 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue