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

Commit ebb43b6a authored by Saravana Kannan's avatar Saravana Kannan Committed by Will McVicker
Browse files

ANDROID: GKI: genirq: Export symbols to compile irqchip drivers as modules



We want to allow compiling irqchip drivers as modules. So export the
necessary symbols.

Bug: 148105066
Change-Id: Id3de4b8451bed1af9b0afeb5863493697730acb6
Signed-off-by: default avatarSaravana Kannan <saravanak@google.com>
Signed-off-by: default avatarWill McVicker <willmcvicker@google.com>
(cherry picked from commit cfc69e9b2fe82a46addfcb1912bd642456548baa)
parent a3234307
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1409,6 +1409,7 @@ int irq_chip_retrigger_hierarchy(struct irq_data *data)

	return 0;
}
EXPORT_SYMBOL_GPL(irq_chip_retrigger_hierarchy);

/**
 * irq_chip_set_vcpu_affinity_parent - Set vcpu affinity on the parent interrupt
+1 −0
Original line number Diff line number Diff line
@@ -295,6 +295,7 @@ void irq_domain_update_bus_token(struct irq_domain *domain,

	mutex_unlock(&irq_domain_mutex);
}
EXPORT_SYMBOL_GPL(irq_domain_update_bus_token);

/**
 * irq_domain_add_simple() - Register an irq_domain and optionally map a range of irqs