diff options
author | Andi Kleen <ak@suse.de> | 2006-09-26 04:52:33 -0400 |
---|---|---|
committer | Andi Kleen <andi@basil.nowhere.org> | 2006-09-26 04:52:33 -0400 |
commit | 3bd4d18cbab622c504f131f3c0029c3aa29c05be (patch) | |
tree | be775e71a87f6468e5e7d00819a7029a91959152 /arch/x86_64/kernel/setup.c | |
parent | c31fbb1ad890b11f037c16496e53f28877c12722 (diff) |
[PATCH] Move e820 map into e820.c
Minor cleanup. Keep setup.c free from unrelated clutter.
Signed-off-by: Andi Kleen <ak@suse.de>
Diffstat (limited to 'arch/x86_64/kernel/setup.c')
-rw-r--r-- | arch/x86_64/kernel/setup.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86_64/kernel/setup.c b/arch/x86_64/kernel/setup.c index b85528597aa8..4be29832e3dc 100644 --- a/arch/x86_64/kernel/setup.c +++ b/arch/x86_64/kernel/setup.c | |||
@@ -97,7 +97,6 @@ struct sys_desc_table_struct { | |||
97 | 97 | ||
98 | struct edid_info edid_info; | 98 | struct edid_info edid_info; |
99 | EXPORT_SYMBOL_GPL(edid_info); | 99 | EXPORT_SYMBOL_GPL(edid_info); |
100 | struct e820map e820; | ||
101 | 100 | ||
102 | extern int root_mountflags; | 101 | extern int root_mountflags; |
103 | 102 | ||