From: Ingo Molnar Date: Fri, 24 Jul 2020 11:44:16 +0000 (+0200) Subject: x86/ioapic: Remove unused "IOAPIC_AUTO" define X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=8cd591aeb1d650f79a49d8704c35a78bf18f5de9;p=linux.git x86/ioapic: Remove unused "IOAPIC_AUTO" define Last use was removed more than 5 years ago, in: 5ad274d41c1b: ("x86/irq: Remove unused old IOAPIC irqdomain interfaces") Signed-off-by: Ingo Molnar Link: https://lore.kernel.org/r/20200724114418.629021-2-mingo@kernel.org --- diff --git a/arch/x86/include/asm/io_apic.h b/arch/x86/include/asm/io_apic.h index fd20a2334885c..a1a26f6d3aa49 100644 --- a/arch/x86/include/asm/io_apic.h +++ b/arch/x86/include/asm/io_apic.h @@ -99,7 +99,6 @@ struct IR_IO_APIC_route_entry { struct irq_alloc_info; struct ioapic_domain_cfg; -#define IOAPIC_AUTO -1 #define IOAPIC_EDGE 0 #define IOAPIC_LEVEL 1