KVM: PPC: Remove unused argument to kvmppc_core_dequeue_external
authorPaul Mackerras <paulus@samba.org>
Thu, 14 Feb 2013 14:00:25 +0000 (14:00 +0000)
committerAlexander Graf <agraf@suse.de>
Fri, 22 Mar 2013 00:21:17 +0000 (01:21 +0100)
Currently kvmppc_core_dequeue_external() takes a struct kvm_interrupt *
argument and does nothing with it, in any of its implementations.
This removes it in order to make things easier for forthcoming
in-kernel interrupt controller emulation code.

Signed-off-by: Paul Mackerras <paulus@samba.org>
Signed-off-by: Alexander Graf <agraf@suse.de>

No differences found