]> rtime.felk.cvut.cz Git - linux-imx.git/commitdiff
x86, intel_txt: tboot.c needs <asm/fixmap.h>
authorH. Peter Anvin <hpa@zytor.com>
Wed, 12 Aug 2009 12:45:34 +0000 (05:45 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Wed, 12 Aug 2009 12:45:34 +0000 (05:45 -0700)
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>
arch/x86/kernel/tboot.c

index 263591afd29eaa12c8f191bedab150656f47ef1c..1ab801208945d5d9b96c2c6bc907650325dcc5bc 100644 (file)
@@ -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>