Jaswinder Singh Rajput <jaswinder@xxxxxxxxxx> wrote: > > diff --git a/arch/x86/include/asm/kvm.h b/arch/x86/include/asm/kvm.h > index b95162a..d2e3bf3 100644 > --- a/arch/x86/include/asm/kvm.h > +++ b/arch/x86/include/asm/kvm.h > @@ -6,7 +6,7 @@ > * > */ > > -#include <asm/types.h> > +#include <linux/types.h> > #include <linux/ioctl.h> Awesome, you've just broken the userspace build of kvm as the file linux/types.h conflicts with sys/types.h. Thanks, -- Visit Openswan at http://www.openswan.org/ Email: Herbert Xu ~{PmV>HI~} <herbert@xxxxxxxxxxxxxxxxxxx> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html