diff options
author | 2018-12-18 18:37:27 +0100 | |
---|---|---|
committer | 2018-12-18 18:37:27 +0100 | |
commit | ff3730a497cd636e53d4cac5cbb9652b76de9ef5 (patch) | |
tree | a25b8f0759cfdb044474a2d88707fe5e3ac491c0 /include/linux/irq_sim.h | |
parent | genirq: Fix various typos in comments (diff) | |
parent | irqchip/stm32: protect configuration registers with hwspinlock (diff) | |
download | wireguard-linux-ff3730a497cd636e53d4cac5cbb9652b76de9ef5.tar.xz wireguard-linux-ff3730a497cd636e53d4cac5cbb9652b76de9ef5.zip |
Merge tag 'irqchip-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms into irq/core
Pull irqchip updates from Marc Zyngier:
- A bunch of new irqchip drivers (RDA8810PL, Madera, imx-irqsteer)
- Updates for new (and old) platforms (i.MX8MQ, F1C100s)
- A number of SPDX cleanups
- A workaround for a very broken GICv3 implementation
- A platform-msi fix
- Various cleanups
Diffstat (limited to 'include/linux/irq_sim.h')
-rw-r--r-- | include/linux/irq_sim.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/irq_sim.h b/include/linux/irq_sim.h index 630a57e55db6..4500d453a63e 100644 --- a/include/linux/irq_sim.h +++ b/include/linux/irq_sim.h @@ -16,7 +16,7 @@ struct irq_sim_work_ctx { struct irq_work work; - int irq; + unsigned long *pending; }; struct irq_sim_irq_ctx { |