summaryrefslogtreecommitdiff
path: root/drivers/irqchip/irq-mvebu-icu.c
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2020-04-17 11:53:31 +0200
committerThomas Gleixner <tglx@linutronix.de>2020-04-17 11:53:31 +0200
commitb5963029d9e31dbc39a4d74f7fe8a748d689d3c2 (patch)
tree5ef3736ff16f62946e9a101be92856cd39c2092c /drivers/irqchip/irq-mvebu-icu.c
parent07d8350ede4c4c29634b26c163a1eecdf39dfcfb (diff)
parent44a987d0a436d27ea5e3cf2ae7ae653de6e58327 (diff)
Merge tag 'irqchip-fixes-5.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms into irq/urgentirq-urgent-2020-04-19
Pull irqchip fixes from Marc Zyngier: - Fix the mbigen driver to properly free its MSI descriptors on teardown - Fix the TI INTA driver to avoid handling spurious interrupts from masked interrupts - Fix the SiFive PLIC driver to use the correct interrupt priority mask - Fix the Amlogic Meson gpio driver creative locking - Fix the GICv4.1 virtual SGI set_affinity callback to update the effective affinity - Allow the GICv4.x driver to synchronize with the HW pending table parsing - Fix a couple of missing static attributes
Diffstat (limited to 'drivers/irqchip/irq-mvebu-icu.c')
-rw-r--r--drivers/irqchip/irq-mvebu-icu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/irqchip/irq-mvebu-icu.c b/drivers/irqchip/irq-mvebu-icu.c
index 547045d89c4b..91adf771f185 100644
--- a/drivers/irqchip/irq-mvebu-icu.c
+++ b/drivers/irqchip/irq-mvebu-icu.c
@@ -66,7 +66,7 @@ struct mvebu_icu_irq_data {
unsigned int type;
};
-DEFINE_STATIC_KEY_FALSE(legacy_bindings);
+static DEFINE_STATIC_KEY_FALSE(legacy_bindings);
static void mvebu_icu_init(struct mvebu_icu *icu,
struct mvebu_icu_msi_data *msi_data,