aboutsummaryrefslogtreecommitdiffstats
path: root/xen/arch/x86/irq.c
diff options
context:
space:
mode:
authorJan Beulich <jbeulich@suse.com>2012-09-05 15:07:42 +0200
committerJan Beulich <jbeulich@suse.com>2012-09-05 15:07:42 +0200
commit4f8b1ea9753add5fced5024c6bded2eb30c69916 (patch)
treeb1f6aaafc94a46fcd1933e75116d101b54dea288 /xen/arch/x86/irq.c
parent6e2d8c9a0d7a9f409e863872346e7a5c9620531b (diff)
downloadxen-4f8b1ea9753add5fced5024c6bded2eb30c69916.tar.gz
xen-4f8b1ea9753add5fced5024c6bded2eb30c69916.tar.bz2
xen-4f8b1ea9753add5fced5024c6bded2eb30c69916.zip
x86: drop "index" parameter from get_free_pirq()
It's unused. Signed-off-by: Jan Beulich <jbeulich@suse.com> Acked-by: Keir Fraser <keir@xen.org>
Diffstat (limited to 'xen/arch/x86/irq.c')
-rw-r--r--xen/arch/x86/irq.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xen/arch/x86/irq.c b/xen/arch/x86/irq.c
index f7465e5d1c..c87027bba5 100644
--- a/xen/arch/x86/irq.c
+++ b/xen/arch/x86/irq.c
@@ -1816,7 +1816,7 @@ static inline bool_t is_free_pirq(const struct domain *d,
pirq->arch.hvm.emuirq == IRQ_UNBOUND));
}
-int get_free_pirq(struct domain *d, int type, int index)
+int get_free_pirq(struct domain *d, int type)
{
int i;