diff options
author | Marc Zyngier <maz@kernel.org> | 2022-01-08 17:01:18 +0300 |
---|---|---|
committer | Marc Zyngier <maz@kernel.org> | 2022-01-17 15:12:26 +0300 |
commit | 45378cd33905966baf16d12ab0adbd56794ee075 (patch) | |
tree | 4c5a770ab488abc3f204c77e8dbe77d8a78fca4a /drivers/irqchip/irq-apple-aic.c | |
parent | cd448b24c621b2b676b4fa50a4ab4e9e9da114e2 (diff) | |
download | linux-45378cd33905966baf16d12ab0adbd56794ee075.tar.xz |
irqchip/apple-aic: Drop unused ipi_hwirq field
This field was never used, remove it.
Signed-off-by: Marc Zyngier <maz@kernel.org>
Acked-by: Hector Martin <marcan@marcan.st>
Link: https://lore.kernel.org/r/20220108140118.3378937-1-maz@kernel.org
Diffstat (limited to 'drivers/irqchip/irq-apple-aic.c')
-rw-r--r-- | drivers/irqchip/irq-apple-aic.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/irqchip/irq-apple-aic.c b/drivers/irqchip/irq-apple-aic.c index 3759dc36cc8f..53c4783b5b9b 100644 --- a/drivers/irqchip/irq-apple-aic.c +++ b/drivers/irqchip/irq-apple-aic.c @@ -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); |