projects
/
GitHub
/
moto-9609
/
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:
006e84e
)
[PATCH] i386: arch/i386/kernel/e820.c should #include <asm/setup.h
author
Adrian Bunk
<bunk@stusta.de>
Tue, 13 Feb 2007 12:26:21 +0000
(13:26 +0100)
committer
Andi Kleen
<andi@basil.nowhere.org>
Tue, 13 Feb 2007 12:26:21 +0000
(13:26 +0100)
Every file should #include the headers containing the prototypes for
its global functions.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Andi Kleen <ak@suse.de>
arch/i386/kernel/e820.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/i386/kernel/e820.c
b/arch/i386/kernel/e820.c
index f391abcf7da901d2b4320eb2618dc53feddf63c1..9ded1e49119ec42ada50ac9682abe413c8a34f04 100644
(file)
--- a/
arch/i386/kernel/e820.c
+++ b/
arch/i386/kernel/e820.c
@@
-14,6
+14,7
@@
#include <asm/pgtable.h>
#include <asm/page.h>
#include <asm/e820.h>
+#include <asm/setup.h>
#ifdef CONFIG_EFI
int efi_enabled = 0;