Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3abf024d authored by Thomas Gleixner's avatar Thomas Gleixner Committed by Ingo Molnar
Browse files

x86: nuke a ton of unused exports



Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent a72368dd
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -167,7 +167,6 @@ void release_evntsel_nmi(unsigned int msr)
	clear_bit(counter, evntsel_nmi_owner);
}

EXPORT_SYMBOL(avail_to_resrv_perfctr_nmi);
EXPORT_SYMBOL(avail_to_resrv_perfctr_nmi_bit);
EXPORT_SYMBOL(reserve_perfctr_nmi);
EXPORT_SYMBOL(release_perfctr_nmi);
+0 −1
Original line number Diff line number Diff line
@@ -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.
+0 −1
Original line number Diff line number Diff line
@@ -15,7 +15,6 @@ static struct files_struct init_files = INIT_FILES;
static struct signal_struct init_signals = INIT_SIGNALS(init_signals);
static struct sighand_struct init_sighand = INIT_SIGHAND(init_sighand);
struct mm_struct init_mm = INIT_MM(init_mm);
EXPORT_SYMBOL(init_mm);

/*
 * Initial thread structure.
+0 −1
Original line number Diff line number Diff line
@@ -10,7 +10,6 @@
#include <asm/dma.h>

int swiotlb __read_mostly;
EXPORT_SYMBOL(swiotlb);

const struct dma_mapping_ops swiotlb_dma_ops = {
	.mapping_error = swiotlb_dma_mapping_error,
+0 −1
Original line number Diff line number Diff line
@@ -83,7 +83,6 @@ EXPORT_SYMBOL(cpu_online_map);

cpumask_t cpu_callin_map;
cpumask_t cpu_callout_map;
EXPORT_SYMBOL(cpu_callout_map);
cpumask_t cpu_possible_map;
EXPORT_SYMBOL(cpu_possible_map);
static cpumask_t smp_commenced_mask;
Loading