Re: [patch] asm-x86/msr.h: pull in linux/types.h

From: Mike Frysinger
Date: Wed Jan 02 2008 - 08:38:07 EST


On Wednesday 02 January 2008, Ingo Molnar wrote:
> * Mike Frysinger <vapier@xxxxxxxxxx> wrote:
> > Forgot to mention this before, but since the msr.h header uses types
> > like __u32, it should pull in linux/types.h.
>
> does not build with the attached config.

sorry, forgot about __ASSEMBLY__ protection.
---
Since the msr.h header uses types like __u32, it should pull in linux/types.h.

Signed-off-by: Mike Frysinger <vapier@xxxxxxxxxx>
---
diff --git a/include/asm-x86/msr.h b/include/asm-x86/msr.h
index 664a2fa..80b0270 100644
--- a/include/asm-x86/msr.h
+++ b/include/asm-x86/msr.h
@@ -3,6 +3,10 @@

#include <asm/msr-index.h>

+#ifndef __ASSEMBLY__
+# include <linux/types.h>
+#endif
+
#ifdef __i386__

#ifdef __KERNEL__

Attachment: signature.asc
Description: This is a digitally signed message part.