diff options
author | Ingo Molnar <mingo@kernel.org> | 2020-07-24 14:44:16 +0300 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2020-07-25 13:00:56 +0300 |
commit | 8cd591aeb1d650f79a49d8704c35a78bf18f5de9 (patch) | |
tree | 6aaa02b8b737d07f867262285d24beacf9a39e64 | |
parent | 0a787b28b7a375ad9d5c77bc3922ae1a8305239e (diff) | |
download | linux-8cd591aeb1d650f79a49d8704c35a78bf18f5de9.tar.xz |
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 <mingo@kernel.org>
Link: https://lore.kernel.org/r/20200724114418.629021-2-mingo@kernel.org
-rw-r--r-- | arch/x86/include/asm/io_apic.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/include/asm/io_apic.h b/arch/x86/include/asm/io_apic.h index fd20a2334885..a1a26f6d3aa4 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 |