From: Andrew Morton Date: Mon, 10 Jul 2006 11:43:49 +0000 (-0700) Subject: [PATCH] x86_64: e820.c needs pgtable.h X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=1a91023a9f172f820e292f2c5675fb9f8e2636f0;p=linux-beck.git [PATCH] x86_64: e820.c needs pgtable.h arch/x86_64/kernel/e820.c:42: error: 'MAXMEM' undeclared here (not in a function) Cc: Andi Kleen Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/arch/x86_64/kernel/e820.c b/arch/x86_64/kernel/e820.c index b8eee4c7888b..e56c2adf57a4 100644 --- a/arch/x86_64/kernel/e820.c +++ b/arch/x86_64/kernel/e820.c @@ -17,6 +17,7 @@ #include #include +#include #include #include #include