diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2008-01-30 15:30:28 +0300 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-01-30 15:30:28 +0300 |
commit | 3abf024d2abb79614d8c4cb25a70d5596f77d0ad (patch) | |
tree | 443a31982281a6b5a0816946927ebda9eca1f24d /arch/x86/kernel/e820_64.c | |
parent | a72368dd37f6ae333fbab03598e46a995d91decc (diff) | |
download | linux-3abf024d2abb79614d8c4cb25a70d5596f77d0ad.tar.xz |
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; * PFN of last memory page. */ unsigned long end_pfn; -EXPORT_SYMBOL(end_pfn); /* * end_pfn only includes RAM, while end_pfn_map includes all e820 entries. |