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

Commit 73c4c37c authored by Bhumika Goyal's avatar Bhumika Goyal Committed by Marc Zyngier
Browse files

irqchip/gic: Make irq_chip const



Make this const as it is only used in a copy operation.
Done using Coccinelle.

Signed-off-by: default avatarBhumika Goyal <bhumirks@gmail.com>
Signed-off-by: default avatarMarc Zyngier <marc.zyngier@arm.com>
parent 4bdf5025
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -410,7 +410,7 @@ static void gic_handle_cascade_irq(struct irq_desc *desc)
	chained_irq_exit(chip, desc);
}

static struct irq_chip gic_chip = {
static const struct irq_chip gic_chip = {
	.irq_mask		= gic_mask_irq,
	.irq_unmask		= gic_unmask_irq,
	.irq_eoi		= gic_eoi_irq,