diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2008-01-30 07:30:28 -0500 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-01-30 07:30:28 -0500 |
commit | 3abf024d2abb79614d8c4cb25a70d5596f77d0ad (patch) | |
tree | 443a31982281a6b5a0816946927ebda9eca1f24d /arch/x86/kernel/e820_64.c | |
parent | a72368dd37f6ae333fbab03598e46a995d91decc (diff) |
x86: nuke a ton of unused exports
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/kernel/e820_64.c')
-rw-r--r-- | arch/x86/kernel/e820_64.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/kernel/e820_64.c b/arch/x86/kernel/e820_64.c index e510cfd5bb71..0128b0b0e5b5 100644 --- a/arch/x86/kernel/e820_64.c +++ b/arch/x86/kernel/e820_64.c | |||
@@ -34,7 +34,6 @@ struct e820map e820; | |||
34 | * PFN of last memory page. | 34 | * PFN of last memory page. |
35 | */ | 35 | */ |
36 | unsigned long end_pfn; | 36 | unsigned long end_pfn; |
37 | EXPORT_SYMBOL(end_pfn); | ||
38 | 37 | ||
39 | /* | 38 | /* |
40 | * end_pfn only includes RAM, while end_pfn_map includes all e820 entries. | 39 | * end_pfn only includes RAM, while end_pfn_map includes all e820 entries. |