Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0b7e815a authored by Tobias Klauser's avatar Tobias Klauser Committed by Marc Zyngier
Browse files

irqchip/irq-mips-gic: Constify irq_domain_ops



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

Signed-off-by: default avatarTobias Klauser <tklauser@distanz.ch>
Signed-off-by: default avatarMarc Zyngier <marc.zyngier@arm.com>
parent e183c2a3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -874,7 +874,7 @@ int gic_ipi_domain_match(struct irq_domain *d, struct device_node *node,
	}
}

static struct irq_domain_ops gic_ipi_domain_ops = {
static const struct irq_domain_ops gic_ipi_domain_ops = {
	.xlate = gic_ipi_domain_xlate,
	.alloc = gic_ipi_domain_alloc,
	.free = gic_ipi_domain_free,