From: Christian Ehrhardt Date: Fri, 29 May 2009 10:58:50 +0000 (+0200) Subject: KVM: remove redundant declarations X-Git-Tag: v2.6.32-rc1~693^2~182 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b188d2d365702cfc660a56d66f4bf77ebf14a5c2;p=pandora-kernel.git KVM: remove redundant declarations Changing s390 code in kvm_arch_vcpu_load/put come across this header declarations. They are complete duplicates, not even useful forward declarations as nothing using it is in between (maybe it was that in the past). This patch removes the two dispensable lines. Signed-off-by: Christian Ehrhardt Signed-off-by: Avi Kivity --- Reading git-diff-tree failed