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:
John Stultz 2020-04-09 20:28:53 +00:00 committed by Todd Kjos
parent 51c9ed876c
commit acbeafc26b

View File

@ -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