diff options
Diffstat (limited to 'kernel')
-rw-r--r-- | kernel/irq/irqdomain.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/irq/irqdomain.c b/kernel/irq/irqdomain.c index 5a83dde8ca0c..d1adaedb435f 100644 --- a/kernel/irq/irqdomain.c +++ b/kernel/irq/irqdomain.c | |||
@@ -191,6 +191,7 @@ struct irq_domain *irq_domain_add_simple(struct device_node *of_node, | |||
191 | /* A linear domain is the default */ | 191 | /* A linear domain is the default */ |
192 | return irq_domain_add_linear(of_node, size, ops, host_data); | 192 | return irq_domain_add_linear(of_node, size, ops, host_data); |
193 | } | 193 | } |
194 | EXPORT_SYMBOL_GPL(irq_domain_add_simple); | ||
194 | 195 | ||
195 | /** | 196 | /** |
196 | * irq_domain_add_legacy() - Allocate and register a legacy revmap irq_domain. | 197 | * irq_domain_add_legacy() - Allocate and register a legacy revmap irq_domain. |