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: v2.6.30-rc3~72^2~31^2~2^4~19 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=726c0d95b6bd06cb83efd36a76ccf03fa9a770f0;p=~emulex%2Finfiniband.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 6a36dd228b6..639ad98238a 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 */