
From: Andrew Morton <akpm@osdl.org>

For EXPORT_SYMBOL.

Cc: Andi Kleen <ak@muc.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
---

 dev/null                  |    0 
 arch/x86_64/kernel/e820.c |    2 ++
 2 files changed, 2 insertions(+)

diff -puN arch/x86_64/kernel/e820.c~x86_64-e820c-needs-module-h arch/x86_64/kernel/e820.c
--- 25/arch/x86_64/kernel/e820.c~x86_64-e820c-needs-module-h	2005-09-15 22:26:32.000000000 -0700
+++ 25-akpm/arch/x86_64/kernel/e820.c	2005-09-15 22:26:42.000000000 -0700
@@ -17,6 +17,8 @@
 #include <linux/ioport.h>
 #include <linux/string.h>
 #include <linux/kexec.h>
+#include <linux/module.h>
+
 #include <asm/page.h>
 #include <asm/e820.h>
 #include <asm/proto.h>
diff -L x86_64-desch-needs-smph -puN /dev/null /dev/null
_
