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

From: Mike Frysinger
Date: Tue Jan 01 2008 - 20:09:06 EST


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@xxxxxxxxxx>
---
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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/