Skip to content

Commit 45378cd

Browse files
author
Marc Zyngier
committed
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
1 parent cd448b2 commit 45378cd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/irqchip/irq-apple-aic.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,6 @@ struct aic_irq_chip {
178178
struct irq_domain *hw_domain;
179179
struct irq_domain *ipi_domain;
180180
int nr_hw;
181-
int ipi_hwirq;
182181
};
183182

184183
static DEFINE_PER_CPU(uint32_t, aic_fiq_unmasked);

0 commit comments

Comments
 (0)