[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <200801012008.53275.vapier@gentoo.org>
Date: Tue, 1 Jan 2008 20:08:52 -0500
From: Mike Frysinger <vapier@...too.org>
To: tglx@...utronix.de, mingo@...hat.com, hpa@...or.com,
Andi Kleen <andi@...stfloor.org>,
LKML <linux-kernel@...r.kernel.org>
Subject: [patch] asm-x86/msr.h: pull in linux/types.h
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@...too.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__
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists