Skip to content

Commit

Permalink
x86, intel_txt: tboot.c needs <asm/fixmap.h>
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
H. Peter Anvin committed Aug 12, 2009
1 parent a59b50e commit 81e2d7b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/x86/kernel/tboot.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 81e2d7b

Please sign in to comment.