]> git.baikalelectronics.ru Git - kernel.git/commit
irqchip/irq-mips-gic: Constify irq_domain_ops
authorTobias Klauser <tklauser@distanz.ch>
Fri, 2 Jun 2017 08:20:56 +0000 (10:20 +0200)
committerMarc Zyngier <marc.zyngier@arm.com>
Thu, 22 Jun 2017 13:13:07 +0000 (14:13 +0100)
commit97f91161a7dda79a613e9fa3a0e2e27344cf0467
tree389d681dd23b1fc02db46a914132bc8683e342f4
parent83e81d10c71f77d21d25f5d309126a75ac4f956b
irqchip/irq-mips-gic: Constify irq_domain_ops

struct irq_domain_ops is not modified, so it can be made const.

Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
drivers/irqchip/irq-mips-gic.c