summaryrefslogtreecommitdiff
path: root/drivers/irqchip
diff options
context:
space:
mode:
authorMarc Zyngier <maz@kernel.org>2022-01-08 14:01:18 +0000
committerMarc Zyngier <maz@kernel.org>2022-01-17 12:12:26 +0000
commit45378cd33905966baf16d12ab0adbd56794ee075 (patch)
tree4c5a770ab488abc3f204c77e8dbe77d8a78fca4a /drivers/irqchip
parentcd448b24c621b2b676b4fa50a4ab4e9e9da114e2 (diff)
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')
-rw-r--r--drivers/irqchip/irq-apple-aic.c1
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);