From: Marcelo Tosatti <[email protected]> So the userspace headers define KERNEL_STRICT_NAMES and there's no conflict on type definition for older kernels.
Signed-off-by: Marcelo Tosatti <[email protected]> diff --git a/hw/vhost.c b/hw/vhost.c index ad2f98a..d37a66e 100644 --- a/hw/vhost.c +++ b/hw/vhost.c @@ -10,13 +10,13 @@ * the COPYING file in the top-level directory. */ -#include <linux/vhost.h> #include <sys/ioctl.h> #include <sys/eventfd.h> #include "vhost.h" #include "hw/hw.h" /* For range_get_last */ #include "pci.h" +#include <linux/vhost.h> static void vhost_dev_sync_region(struct vhost_dev *dev, uint64_t mfirst, uint64_t mlast, -- To unsubscribe from this list: send the line "unsubscribe kvm-commits" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
