mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 20:32:04 +09:00
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: Saravana Kannan <saravanak@google.com> Signed-off-by: Will McVicker <willmcvicker@google.com> (cherry picked from commit cfc69e9b2fe82a46addfcb1912bd642456548baa)
This commit is contained in:
committed by
Will McVicker
parent
a323430753
commit
ebb43b6aeb
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user