提交 bf8b88e9 编写于 作者: J Jarkko Sakkinen 提交者: H. Peter Anvin

x86, realmode: fixes compilation issue in tboot.c

Fixed include path of wakeup.h in tboot.c.
Signed-off-by: NJarkko Sakkinen <jarkko.sakkinen@intel.com>
Link: http://lkml.kernel.org/r/1336501366-28617-23-git-send-email-jarkko.sakkinen@intel.comSigned-off-by: NH. Peter Anvin <hpa@linux.intel.com>
上级 f2604c14
...@@ -44,7 +44,7 @@ ...@@ -44,7 +44,7 @@
#include <asm/e820.h> #include <asm/e820.h>
#include <asm/io.h> #include <asm/io.h>
#include "acpi/realmode/wakeup.h" #include "../realmode/rm/wakeup.h"
/* Global pointer to shared data; NULL means no measured launch. */ /* Global pointer to shared data; NULL means no measured launch. */
struct tboot *tboot __read_mostly; struct tboot *tboot __read_mostly;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册