mirror of
https://github.com/torvalds/linux.git
synced 2026-06-08 14:42:37 +02:00
ANDROID: irq: irqdomain: Export irq_domain_update_bus_token
Add export for irq_domain_update_bus_token() so that we can allow drivers like the qcom-pdc driver to be loadable as a module. Signed-off-by: John Stultz <john.stultz@linaro.org> Bug: 153049053 Change-Id: I395859c3e6fe7e8ceb4075c84267fbb68fbb1938
This commit is contained in:
parent
51c9ed876c
commit
acbeafc26b
|
|
@ -296,6 +296,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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user