On Wed, 2009-02-04 at 17:43 +1100, Herbert Xu wrote:
Jaswinder Singh Rajput <jaswinder@xxxxxxxxxx> wrote:
diff --git a/arch/x86/include/asm/kvm.h b/arch/x86/include/asm/kvm.hAwesome, you've just broken the userspace build of kvm as the
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>
file linux/types.h conflicts with sys/types.h.
What I did is absolutely right.
If there is any conflict then we need to solve it in better way.
Can you please share what is the conflict and what you are expecting and
what you are getting.