diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2017-08-28 09:47:16 +0300 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2017-08-29 12:42:20 +0300 |
commit | 69de72ec6db950c436e36b94cf05eeb9e11ee144 (patch) | |
tree | f715c386a7b05836c1c1f431957f96338e649681 /arch/x86/include/asm/irq.h | |
parent | 416b0c0faf634abc09568885cb95266ce669c606 (diff) | |
download | linux-69de72ec6db950c436e36b94cf05eeb9e11ee144.tar.xz |
x86/irq: Remove vector_used_by_percpu_irq()
Last user (lguest) is gone. Remove it.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: Andy Lutomirski <luto@kernel.org>
Cc: Borislav Petkov <bp@alien8.de>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Steven Rostedt <rostedt@goodmis.org>
Link: http://lkml.kernel.org/r/20170828064956.201432430@linutronix.de
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'arch/x86/include/asm/irq.h')
-rw-r--r-- | arch/x86/include/asm/irq.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/include/asm/irq.h b/arch/x86/include/asm/irq.h index 668cca540025..ce991689843f 100644 --- a/arch/x86/include/asm/irq.h +++ b/arch/x86/include/asm/irq.h @@ -44,7 +44,6 @@ extern __visible unsigned int do_IRQ(struct pt_regs *regs); /* Interrupt vector management */ extern DECLARE_BITMAP(used_vectors, NR_VECTORS); -extern int vector_used_by_percpu_irq(unsigned int vector); extern void init_ISA_irqs(void); |