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

Commit 7280968d authored by Fengguang Wu's avatar Fengguang Wu Committed by Alistair Strachan
Browse files

BACKPORT: of: ioapic_irq_domain_ops can be static



Fixes: dc95e2fc ("BACKPORT: of: make CONFIG_OF user selectable")

Signed-off-by: default avatarFengguang Wu <fengguang.wu@intel.com>
Bug: 70214720
Change-Id: I2c21f15814e68d6fb61f6f91b42f0f86363b3d07
Signed-off-by: default avatarAlistair Strachan <astrachan@google.com>
parent a5671164
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -224,7 +224,7 @@ static int ioapic_xlate(struct irq_domain *domain,
	return 0;
}

const struct irq_domain_ops ioapic_irq_domain_ops = {
static const struct irq_domain_ops ioapic_irq_domain_ops = {
	.map = mp_irqdomain_map,
	.unmap = mp_irqdomain_unmap,
	.xlate = ioapic_xlate,