1
0
Fork 0

x86, realmode: fixes compilation issue in tboot.c

Fixed include path of wakeup.h in tboot.c.

Signed-off-by: Jarkko Sakkinen <jarkko.sakkinen@intel.com>
Link: http://lkml.kernel.org/r/1336501366-28617-23-git-send-email-jarkko.sakkinen@intel.com
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
hifive-unleashed-5.1
Jarkko Sakkinen 2012-05-08 21:22:45 +03:00 committed by H. Peter Anvin
parent f2604c141a
commit bf8b88e977
1 changed files with 1 additions and 1 deletions

View File

@ -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;