Commit 45378cd3 authored by Marc Zyngier's avatar Marc Zyngier

irqchip/apple-aic: Drop unused ipi_hwirq field

This field was never used, remove it.
Signed-off-by: default avatarMarc Zyngier <maz@kernel.org>
Acked-by: default avatarHector Martin <marcan@marcan.st>
Link: https://lore.kernel.org/r/20220108140118.3378937-1-maz@kernel.org
parent cd448b24
......@@ -178,7 +178,6 @@ struct aic_irq_chip {
struct irq_domain *hw_domain;
struct irq_domain *ipi_domain;
int nr_hw;
int ipi_hwirq;
};
static DEFINE_PER_CPU(uint32_t, aic_fiq_unmasked);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment