x86: asm-x86/msr.h: pull in linux/types.h

Since the msr.h header uses types like __u32, it should pull in linux/types.h.

[ mingo@elte.hu: affects user-space that includes this header. We dont
actually like user-space including raw kernel headers but it's a
longstanding practice and it's easy for the kernel to be nice about
this. ]

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>

authored by Mike Frysinger and committed by Ingo Molnar d43a3312 23be8c7d

+4
+4
include/asm-x86/msr.h
··· 3 4 #include <asm/msr-index.h> 5 6 #ifdef __i386__ 7 8 #ifdef __KERNEL__
··· 3 4 #include <asm/msr-index.h> 5 6 + #ifndef __ASSEMBLY__ 7 + # include <linux/types.h> 8 + #endif 9 + 10 #ifdef __i386__ 11 12 #ifdef __KERNEL__