summaryrefslogtreecommitdiff
path: root/drivers/irqchip/irq-apple-aic.c
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2022-01-29 23:03:20 +0300
committerThomas Gleixner <tglx@linutronix.de>2022-01-29 23:03:20 +0300
commit243d30803744155a54bfb8a844cc964945cfd9a1 (patch)
tree482a754f7bec71ae3badaad3b35a7c4d5d20c1b0 /drivers/irqchip/irq-apple-aic.c
parenta0af3d1104f752b6d0dba71788e3fddd67c857a7 (diff)
parentc89e5eb7dcf1519e5e084ee82e0d29d4e751ddb7 (diff)
downloadlinux-243d30803744155a54bfb8a844cc964945cfd9a1.tar.xz
Merge tag 'irqchip-fixes-5.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms into irq/urgent
Pull irqchip fixes from Marc Zyngier: - Drop an unused private data field in the AIC driver - Various fixes to the realtek-rtl driver - Make the GICv3 ITS driver compile again in !SMP configurations - Force reset of the GICv3 ITSs at probe time to avoid issues during kexec - Yet another kfree/bitmap_free conversion - Various DT updates (Renesas, SiFive) Link: https://lore.kernel.org/r/20220128174217.517041-1-maz@kernel.org
Diffstat (limited to 'drivers/irqchip/irq-apple-aic.c')
-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 2543ef65825b..38091ebb9403 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);