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: v6.6-pxa1908~65247^2~326 X-Git-Url: https://git.dujemihanovic.xyz/?a=commitdiff_plain;h=b9491ac835829e6a34e2bbaa8adad261c71bf990;p=linux.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 4e34b0f9d613..ab3f87aaff70 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