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)
commit4fe27d2addda8af7714546a69369fb92dddcf9a3
treed3f73128450fd548375f5f1d9cefdf4d1cd197d0
parent47bf379742bf1baad9624e203912b72c3fa9c80a
KVM: PPC: Remove unused argument to kvmppc_core_dequeue_external

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>
arch/powerpc/include/asm/kvm_ppc.h
arch/powerpc/kvm/book3s.c
arch/powerpc/kvm/booke.c
arch/powerpc/kvm/powerpc.c