summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/tboot.c
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2009-08-12 05:45:34 -0700
committerH. Peter Anvin <hpa@zytor.com>2009-08-12 05:45:34 -0700
commit81e2d7b30d718824434725a4a24d5864a71b1d30 (patch)
tree5fe8f53b6836a12e8e4c6d2f2ba2b89839436b21 /arch/x86/kernel/tboot.c
parenta59b50e995465911ba580df0bd10cf64aa81fc43 (diff)
x86, intel_txt: tboot.c needs <asm/fixmap.h>
arch/x86/kernel/tboot.c needs <asm/fixmap.h>. In most configurations that ends up getting implicitly included, but not in all, causing build failures in some configurations. Reported-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: H. Peter Anvin <hpa@zytor.com> Cc: Joseph Cihula <joseph.cihula@intel.com> Cc: Shane Wang <shane.wang@intel.com>
Diffstat (limited to 'arch/x86/kernel/tboot.c')
-rw-r--r--arch/x86/kernel/tboot.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/kernel/tboot.c b/arch/x86/kernel/tboot.c
index 263591afd29e..1ab801208945 100644
--- a/arch/x86/kernel/tboot.c
+++ b/arch/x86/kernel/tboot.c
@@ -33,6 +33,7 @@
#include <asm/bootparam.h>
#include <asm/pgtable.h>
#include <asm/pgalloc.h>
+#include <asm/fixmap.h>
#include <asm/setup.h>
#include <asm/tboot.h>
#include <asm/e820.h>