diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2022-10-04 12:35:20 +0300 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2022-10-04 12:35:20 +0300 |
commit | 36de4f94197318e45ba77badb5b07274f5bc72a9 (patch) | |
tree | 1f3ec9975e644643ae46a419e9a5f8a8646531b6 /drivers/base | |
parent | 94ec234a16cf3acdb319f05917b1efec9642222e (diff) | |
parent | 732d69c80cb04a587d9ec2935bcb63989e66eb92 (diff) | |
download | linux-36de4f94197318e45ba77badb5b07274f5bc72a9.tar.xz |
Merge tag 'irqchip-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms into irq/core
Pull irqchip updates from Marc Zyngier:
- A new driver for the FSL MU widget that provides platform MSI
- An update for the Realtek RTL irqchip to use a DT binding that
actually describes the hardware
- A handful of DT updates, as well as minor code and spelling fixes
Link: https://lore.kernel.org/r/20221002125554.3902840-1-maz@kernel.org
Diffstat (limited to 'drivers/base')
-rw-r--r-- | drivers/base/platform-msi.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/base/platform-msi.c b/drivers/base/platform-msi.c index 296ea673d661..12b044151298 100644 --- a/drivers/base/platform-msi.c +++ b/drivers/base/platform-msi.c @@ -138,6 +138,7 @@ struct irq_domain *platform_msi_create_irq_domain(struct fwnode_handle *fwnode, return domain; } +EXPORT_SYMBOL_GPL(platform_msi_create_irq_domain); static int platform_msi_alloc_priv_data(struct device *dev, unsigned int nvec, irq_write_msi_msg_t write_msi_msg) |