diff --git a/include/asm-x86/msr.h b/include/asm-x86/msr.h index 664a2fa7adc90baf18bad2d2424f3136b53ee96d..80b027081b3ce54ffc009e104250283cec5efdda 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__