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

Commit e11b864e authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman
Browse files

Revert "irqchip/imx-irqsteer: Constify irq_chip struct"



This reverts commit ee1e002d which is
commit e9a50f12e579a48e124ac5adb93dafc35f0a46b8 upstream.

It breaks the Android kernel abi and can be brought back in the future
in an abi-safe way if it is really needed.

Bug: 161946584
Change-Id: Ib907b82915f576c228c2b293b48ee0a9a58e9d82
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@google.com>
parent 8a7102ed
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -70,7 +70,7 @@ static void imx_irqsteer_irq_mask(struct irq_data *d)
	raw_spin_unlock_irqrestore(&data->lock, flags);
}

static const struct irq_chip imx_irqsteer_irq_chip = {
static struct irq_chip imx_irqsteer_irq_chip = {
	.name		= "irqsteer",
	.irq_mask	= imx_irqsteer_irq_mask,
	.irq_unmask	= imx_irqsteer_irq_unmask,