From: Paul Mackerras Date: Thu, 14 Feb 2013 14:00:25 +0000 (+0000) Subject: KVM: PPC: Remove unused argument to kvmppc_core_dequeue_external X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~32^2~88^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4fe27d2addda8af7714546a69369fb92dddcf9a3;p=pandora-kernel.git 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 Signed-off-by: Alexander Graf --- Reading git-diff-tree failed