diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2020-08-26 14:16:43 +0300 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2020-09-16 17:52:33 +0300 |
commit | 55e039157281f9d8ee7d595c2529a3fd4e790b52 (patch) | |
tree | ffbc483c65abd9917350529668ee3cc91aa8ed07 /arch/x86/include | |
parent | 33a65ba470c2b7031e513f7b165e68f51cfc55eb (diff) | |
download | linux-55e039157281f9d8ee7d595c2529a3fd4e790b52.tar.xz |
x86/irq: Consolidate DMAR irq allocation
None of the DMAR specific fields are required.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link: https://lore.kernel.org/r/20200826112332.163462706@linutronix.de
Diffstat (limited to 'arch/x86/include')
-rw-r--r-- | arch/x86/include/asm/hw_irq.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/x86/include/asm/hw_irq.h b/arch/x86/include/asm/hw_irq.h index 641bc14608ff..79f6d1de1444 100644 --- a/arch/x86/include/asm/hw_irq.h +++ b/arch/x86/include/asm/hw_irq.h @@ -83,12 +83,6 @@ struct irq_alloc_info { irq_hw_number_t msi_hwirq; }; #endif -#ifdef CONFIG_DMAR_TABLE - struct { - int dmar_id; - void *dmar_data; - }; -#endif #ifdef CONFIG_X86_UV struct { int uv_limit; |