Message ID | 1475115167-5898-4-git-send-email-okaya@codeaurora.org (mailing list archive) |
---|---|
State | Changes Requested |
Headers | show |
diff --git a/drivers/of/irq.c b/drivers/of/irq.c index a2e68f7..20c09e0 100644 --- a/drivers/of/irq.c +++ b/drivers/of/irq.c @@ -767,3 +767,4 @@ void of_msi_configure(struct device *dev, struct device_node *np) dev_set_msi_domain(dev, of_msi_get_domain(dev, np, DOMAIN_BUS_PLATFORM_MSI)); } +EXPORT_SYMBOL_GPL(of_msi_configure);