diff options
author | Andrew Morton <akpm@osdl.org> | 2005-09-16 19:27:54 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-09-17 11:50:00 -0700 |
commit | b9491ac835829e6a34e2bbaa8adad261c71bf990 (patch) | |
tree | 71d869f271cc004b7e9c4b6bda26b78261d51519 | |
parent | e36d394deb1b59d004ab057e0b5c505ffc5d8c0a (diff) | |
download | linux-3.10-b9491ac835829e6a34e2bbaa8adad261c71bf990.tar.gz linux-3.10-b9491ac835829e6a34e2bbaa8adad261c71bf990.tar.bz2 linux-3.10-b9491ac835829e6a34e2bbaa8adad261c71bf990.zip |
[PATCH] x86_64: e820.c needs module.h
For EXPORT_SYMBOL.
Cc: Andi Kleen <ak@muc.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
-rw-r--r-- | arch/x86_64/kernel/e820.c | 2 |
1 files changed, 2 insertions, 0 deletions
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 <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> |