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:
Saravana Kannan
2020-01-22 14:56:55 -08:00
committed by Will McVicker
parent a323430753
commit ebb43b6aeb
2 changed files with 2 additions and 0 deletions

View File

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

View File

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