projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e36d394
)
[PATCH] x86_64: e820.c needs module.h
author
Andrew Morton
<akpm@osdl.org>
Sat, 17 Sep 2005 02:27:54 +0000
(19:27 -0700)
committer
Linus Torvalds
<torvalds@g5.osdl.org>
Sat, 17 Sep 2005 18:50:00 +0000
(11:50 -0700)
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>
arch/x86_64/kernel/e820.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/x86_64/kernel/e820.c
b/arch/x86_64/kernel/e820.c
index 4e34b0f9d6138bc9141fc6410ed59d6dabd14001..ab3f87aaff70ab81e4c14f9beacc6341d52579b8 100644
(file)
--- 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>