From: H. Peter Anvin Date: Wed, 12 Aug 2009 12:45:34 +0000 (-0700) Subject: x86, intel_txt: tboot.c needs X-Git-Tag: upstream/snapshot3+hdmi~17649^2~5 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=81e2d7b30d718824434725a4a24d5864a71b1d30;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git x86, intel_txt: tboot.c needs arch/x86/kernel/tboot.c needs . In most configurations that ends up getting implicitly included, but not in all, causing build failures in some configurations. Reported-by: Ingo Molnar Signed-off-by: H. Peter Anvin Cc: Joseph Cihula Cc: Shane Wang --- diff --git a/arch/x86/kernel/tboot.c b/arch/x86/kernel/tboot.c index 263591a..1ab8012 100644 --- a/arch/x86/kernel/tboot.c +++ b/arch/x86/kernel/tboot.c @@ -33,6 +33,7 @@ #include #include #include +#include #include #include #include