From: Ingo Molnar Date: Mon, 9 Feb 2009 10:32:17 +0000 (+0100) Subject: x86: early_printk.c - fix pgtable.h unification fallout X-Git-Tag: Ubuntu-snapdragon-4.4.0-1050.54~26095^2~37^2~2^4~19 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=726c0d95b6bd06cb83efd36a76ccf03fa9a770f0;p=mirror_ubuntu-artful-kernel.git x86: early_printk.c - fix pgtable.h unification fallout arch/x86/kernel/early_printk.c: In function ‘early_dbgp_init’: arch/x86/kernel/early_printk.c:827: error: ‘PAGE_KERNEL_NOCACHE’ undeclared (first use in this function) arch/x86/kernel/early_printk.c:827: error: (Each undeclared identifier is reported only once arch/x86/kernel/early_printk.c:827: error: for each function it appears in.) Signed-off-by: Ingo Molnar --- diff --git a/arch/x86/kernel/early_printk.c b/arch/x86/kernel/early_printk.c index 6a36dd228b69..639ad98238a2 100644 --- a/arch/x86/kernel/early_printk.c +++ b/arch/x86/kernel/early_printk.c @@ -14,6 +14,7 @@ #include #include #include +#include #include /* Simple VGA output */