diff options
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2016-06-23 23:17:23 +0530 |
---|---|---|
committer | David Gibson <david@gibson.dropbear.id.au> | 2016-06-27 13:13:30 +1000 |
commit | d29f08616936c3c315e08efbac5a769ec43e9119 (patch) | |
tree | 6d87fd31f2902a4431b032327f2475d4dec03d9f /include | |
parent | 6d18a7a1ff9665ad48a68a692fdf0a61edefcae8 (diff) | |
download | qemu-d29f08616936c3c315e08efbac5a769ec43e9119.tar.gz qemu-d29f08616936c3c315e08efbac5a769ec43e9119.tar.bz2 qemu-d29f08616936c3c315e08efbac5a769ec43e9119.zip |
ppc/xics: Remove unused xics_set_irq_type()
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Reviewed-by: David Gibson <david@gibson.dropbear.id.au>
Signed-off-by: Nikunj A Dadhania <nikunj@linux.vnet.ibm.com>
[dwg: Adjusted for context to apply without original series]
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Diffstat (limited to 'include')
-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 9091054003..6925677197 100644 --- a/include/hw/ppc/xics.h +++ b/include/hw/ppc/xics.h @@ -160,7 +160,6 @@ struct ICSIRQState { #define XICS_IRQS 1024 qemu_irq xics_get_qirq(XICSState *icp, int irq); -void xics_set_irq_type(XICSState *icp, int irq, bool lsi); int xics_alloc(XICSState *icp, int src, int irq_hint, bool lsi, Error **errp); int xics_alloc_block(XICSState *icp, int src, int num, bool lsi, bool align, Error **errp); |