Revert "irqchip/imx-irqsteer: Constify irq_chip struct"
This reverts commit ee1e002d17
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: Greg Kroah-Hartman <gregkh@google.com>
This commit is contained in:
parent
8a7102ed4b
commit
e11b864e72
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user