diff options
author | Bjorn Helgaas <bhelgaas@google.com> | 2022-10-31 10:39:53 -0500 |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2022-11-10 14:53:48 -0600 |
commit | 753596dcdb753afb63874c644b2fb20ef7fb3948 (patch) | |
tree | 09145d94fbb6c34d47568db00dc8cb1289f36f62 /drivers/pci/controller/dwc | |
parent | 763d25e7affe13c7be923fec6192ca6325f33c73 (diff) |
PCI: xgene-msi: Include <linux/irqdomain.h> explicitly
pci-xgene-msi.c uses irq_domain_add_linear() and related interfaces, so it
needs <linux/irqdomain.h> but doesn't include it directly; it relies on the
fact that <linux/of_irq.h> includes it.
But pci-xgene-msi.c *doesn't* need <linux/of_irq.h> itself. Include
<linux/irqdomain.h> directly to remove this implicit dependency so a future
patch can drop <linux/of_irq.h>.
Link: https://lore.kernel.org/r/20221031153954.1163623-5-helgaas@kernel.org
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Diffstat (limited to 'drivers/pci/controller/dwc')
0 files changed, 0 insertions, 0 deletions