Skip to content

Commit aecd1de

Browse files
nxpfrankliMarc Zyngier
authored andcommitted
platform-msi: Export symbol platform_msi_create_irq_domain()
Allow irqchip drivers using platform MSI to be built as modules. Signed-off-by: Frank Li <[email protected]> [maz: rewrote commit message] Signed-off-by: Marc Zyngier <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent b90cb10 commit aecd1de

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/base/platform-msi.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@ struct irq_domain *platform_msi_create_irq_domain(struct fwnode_handle *fwnode,
138138

139139
return domain;
140140
}
141+
EXPORT_SYMBOL_GPL(platform_msi_create_irq_domain);
141142

142143
static int platform_msi_alloc_priv_data(struct device *dev, unsigned int nvec,
143144
irq_write_msi_msg_t write_msi_msg)

0 commit comments

Comments
 (0)