Commit bf8b88e9 authored by Jarkko Sakkinen's avatar Jarkko Sakkinen Committed by H. Peter Anvin

x86, realmode: fixes compilation issue in tboot.c

Fixed include path of wakeup.h in tboot.c.
Signed-off-by: default avatarJarkko Sakkinen <jarkko.sakkinen@intel.com>
Link: http://lkml.kernel.org/r/1336501366-28617-23-git-send-email-jarkko.sakkinen@intel.comSigned-off-by: default avatarH. Peter Anvin <hpa@linux.intel.com>
parent f2604c14
......@@ -44,7 +44,7 @@
#include <asm/e820.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. */
struct tboot *tboot __read_mostly;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment