diff options
Diffstat (limited to 'hw/xics.h')
| -rw-r--r-- | hw/xics.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/hw/xics.h b/hw/xics.h index 096eeb346d..83c1182598 100644 --- a/hw/xics.h +++ b/hw/xics.h @@ -33,7 +33,6 @@ struct icp_state; qemu_irq xics_find_qirq(struct icp_state *icp, int irq); -struct icp_state *xics_system_init(int nr_servers, CPUState *servers[], - int nr_irqs); +struct icp_state *xics_system_init(int nr_irqs); #endif /* __XICS_H__ */ |