Commit-ID: fa4ab5774dfe58fd5e99462f625253659d41df09 Gitweb: http://git.kernel.org/tip/fa4ab5774dfe58fd5e99462f625253659d41df09 Author: Thomas Gleixner <[email protected]> AuthorDate: Mon, 28 Aug 2017 08:47:17 +0200 Committer: Ingo Molnar <[email protected]> CommitDate: Tue, 29 Aug 2017 11:42:20 +0200
x86/irq: Unexport used_vectors[] No modular users. Signed-off-by: Thomas Gleixner <[email protected]> Cc: Andy Lutomirski <[email protected]> Cc: Borislav Petkov <[email protected]> Cc: Linus Torvalds <[email protected]> Cc: Peter Zijlstra <[email protected]> Cc: Steven Rostedt <[email protected]> Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Ingo Molnar <[email protected]> --- arch/x86/kernel/traps.c | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/x86/kernel/traps.c b/arch/x86/kernel/traps.c index bf54309..556f8f5 100644 --- a/arch/x86/kernel/traps.c +++ b/arch/x86/kernel/traps.c @@ -83,7 +83,6 @@ gate_desc debug_idt_table[NR_VECTORS] __page_aligned_bss; gate_desc idt_table[NR_VECTORS] __page_aligned_bss; DECLARE_BITMAP(used_vectors, NR_VECTORS); -EXPORT_SYMBOL_GPL(used_vectors); static inline void cond_local_irq_enable(struct pt_regs *regs) {

