From d43a3312c77eb6bbf71fbadefb1683f6d197bf91 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Tue, 15 Jan 2008 16:44:38 +0100 Subject: 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 Signed-off-by: Thomas Gleixner Signed-off-by: Ingo Molnar --- include/asm-x86/msr.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/include/asm-x86/msr.h b/include/asm-x86/msr.h index 664a2fa7adc90b..80b027081b3ce5 100644 --- a/include/asm-x86/msr.h +++ b/include/asm-x86/msr.h @@ -3,6 +3,10 @@ #include +#ifndef __ASSEMBLY__ +# include +#endif + #ifdef __i386__ #ifdef __KERNEL__ -- cgit 1.2.3-korg