public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [patch] asm-x86/msr.h: pull in linux/types.h
@ 2008-01-02  1:08 Mike Frysinger
  2008-01-02 11:48 ` Ingo Molnar
  0 siblings, 1 reply; 4+ messages in thread
From: Mike Frysinger @ 2008-01-02  1:08 UTC (permalink / raw)
  To: tglx, mingo, hpa, Andi Kleen, LKML

Forgot to mention this before, but since the msr.h header uses types like
__u32, it should pull in linux/types.h.

Signed-Off-By: Mike Frysinger <vapier@gentoo.org>
---
diff --git a/include/asm-x86/msr.h b/include/asm-x86/msr.h
index ba4b314..beea1bf 100644
--- a/include/asm-x86/msr.h
+++ b/include/asm-x86/msr.h
@@ -2,6 +2,7 @@
 #define __ASM_X86_MSR_H_
 
 #include <asm/msr-index.h>
+#include <linux/types.h>
 
 #ifdef __i386__
 

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2008-01-02 16:07 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-02  1:08 [patch] asm-x86/msr.h: pull in linux/types.h Mike Frysinger
2008-01-02 11:48 ` Ingo Molnar
2008-01-02 13:37   ` Mike Frysinger
2008-01-02 16:07     ` Ingo Molnar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox