diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2019-03-21 14:30:54 +0300 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2019-03-21 14:30:54 +0300 |
commit | 3ce8461f45a7486b286afa2ae5619ce6aed8b6db (patch) | |
tree | cc445fa3aed0f434bde55320080d8e4969066a5d /drivers/irqchip/irq-mmp.c | |
parent | 551417af91b163bd697eb50b3601adae2177c28a (diff) | |
parent | fca269f201a8d9985c0a31fb60b15d4eb57cef80 (diff) | |
download | linux-3ce8461f45a7486b286afa2ae5619ce6aed8b6db.tar.xz |
Merge tag 'irqchip-5.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms into irq/urgent
Pull irqchip updates for 5.1 from Marc Zyngier:
- irqsteer error handling fix
- GICv3 range coalescing fix
- stm32 coprocessor coexistence fixes
- mbigen MSI teardown fix
- non-DT secondary GIC infrastructure removed
- various cleanups (brcmstb-l2, mmp)
- new DT bindings (r8a774c0)
Diffstat (limited to 'drivers/irqchip/irq-mmp.c')
-rw-r--r-- | drivers/irqchip/irq-mmp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/irqchip/irq-mmp.c b/drivers/irqchip/irq-mmp.c index 3496b61a312a..8eed478f3b7e 100644 --- a/drivers/irqchip/irq-mmp.c +++ b/drivers/irqchip/irq-mmp.c @@ -179,7 +179,7 @@ static int mmp_irq_domain_xlate(struct irq_domain *d, struct device_node *node, return 0; } -const struct irq_domain_ops mmp_irq_domain_ops = { +static const struct irq_domain_ops mmp_irq_domain_ops = { .map = mmp_irq_domain_map, .xlate = mmp_irq_domain_xlate, }; |