From: Glauber de Oliveira Costa Date: Tue, 15 Jan 2008 15:10:15 +0000 (-0200) Subject: KVM: Put kvm_para.h include outside __KERNEL__ X-Git-Tag: v2.6.25-rc1~1138^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a03d7f4b544f699bbdd3cf14692bd8f476cb9d24;p=pandora-kernel.git KVM: Put kvm_para.h include outside __KERNEL__ kvm_para.h potentially contains definitions that are to be used by userspace, so it should not be included inside the __KERNEL__ block. To protect its own data structures, kvm_para.h already includes its own __KERNEL__ block. Signed-off-by: Glauber de Oliveira Costa Acked-by: Amit Shah Signed-off-by: Avi Kivity --- Reading git-diff-tree failed