]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: remove redundant declarations
authorChristian Ehrhardt <ehrhardt@linux.vnet.ibm.com>
Fri, 29 May 2009 10:58:50 +0000 (12:58 +0200)
committerAvi Kivity <avi@redhat.com>
Thu, 10 Sep 2009 05:32:44 +0000 (08:32 +0300)
commitd7e929d0d2d604c85e133d1ccfd4e77b34a42235
tree7f6d2c5ffeee4cf0eff5b890fc408806b5c7208e
parentacaa8caf068a0b8f23376276dbdd2572afa248e9
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 <ehrhardt@linux.vnet.ibm.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
include/linux/kvm_host.h