projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f2604c1
)
x86, realmode: fixes compilation issue in tboot.c
author
Jarkko Sakkinen
<jarkko.sakkinen@intel.com>
Tue, 8 May 2012 18:22:45 +0000
(21:22 +0300)
committer
H. Peter Anvin
<hpa@linux.intel.com>
Tue, 8 May 2012 22:04:27 +0000
(15:04 -0700)
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>
arch/x86/kernel/tboot.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/x86/kernel/tboot.c
b/arch/x86/kernel/tboot.c
index 65adda4fde93aac081fa502295430eebe8e470d0..f84fe00fad48a4e1c2273a9f46a18b47af96204c 100644
(file)
--- a/
arch/x86/kernel/tboot.c
+++ b/
arch/x86/kernel/tboot.c
@@
-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;