From: Andrew Morton Date: Sat, 17 Sep 2005 02:27:54 +0000 (-0700) Subject: [PATCH] x86_64: e820.c needs module.h X-Git-Tag: v2.6.14-rc2~5^2~37 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=b9491ac835829e6a34e2bbaa8adad261c71bf990;p=linux-2.6-omap-h63xx.git [PATCH] x86_64: e820.c needs module.h For EXPORT_SYMBOL. 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 4e34b0f9d61..ab3f87aaff7 100644 --- a/arch/x86_64/kernel/e820.c +++ b/arch/x86_64/kernel/e820.c @@ -17,6 +17,8 @@ #include #include #include +#include + #include #include #include