summaryrefslogtreecommitdiff
path: root/arch/x86/include/asm/hw_irq.h
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2020-08-26 13:16:43 +0200
committerThomas Gleixner <tglx@linutronix.de>2020-09-16 16:52:33 +0200
commit55e039157281f9d8ee7d595c2529a3fd4e790b52 (patch)
treeffbc483c65abd9917350529668ee3cc91aa8ed07 /arch/x86/include/asm/hw_irq.h
parent33a65ba470c2b7031e513f7b165e68f51cfc55eb (diff)
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/asm/hw_irq.h')
-rw-r--r--arch/x86/include/asm/hw_irq.h6
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;