OSDN Git Service

KVM: Put kvm_para.h include outside __KERNEL__
authorGlauber de Oliveira Costa <gcosta@redhat.com>
Tue, 15 Jan 2008 15:10:15 +0000 (13:10 -0200)
committerAvi Kivity <avi@qumranet.com>
Wed, 30 Jan 2008 16:01:22 +0000 (18:01 +0200)
commita03d7f4b544f699bbdd3cf14692bd8f476cb9d24
treeb75d424b1a14f80d06ddfa7a2b12c8097f76f7d7
parent6c14280125a374d4c279a68276f97245e03e3f68
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 <gcosta@redhat.com>
Acked-by: Amit Shah <amit.shah@qumranet.com>
Signed-off-by: Avi Kivity <avi@qumranet.com>
include/linux/kvm_para.h