From: Avi Kivity Date: Wed, 7 Mar 2007 07:29:48 +0000 (+0200) Subject: KVM: Export X-Git-Tag: v2.6.22-rc1~1008^2~62 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ff42697436ddf5bd026e2cb4f117656b967f0709;p=linux-2.6 KVM: Export This allows users to actually build prgrams that use kvm without the entire source tree. Signed-off-by: Avi Kivity --- diff --git a/include/linux/Kbuild b/include/linux/Kbuild index 4ff0f57d0a..9f05279e7d 100644 --- a/include/linux/Kbuild +++ b/include/linux/Kbuild @@ -96,6 +96,7 @@ header-y += iso_fs.h header-y += ixjuser.h header-y += jffs2.h header-y += keyctl.h +header-y += kvm.h header-y += limits.h header-y += lock_dlm_plock.h header-y += magic.h