PCI: mvebu: Include <linux/irqdomain.h> explicitly
authorBjorn Helgaas <bhelgaas@google.com>
Mon, 31 Oct 2022 15:39:52 +0000 (10:39 -0500)
committerBjorn Helgaas <bhelgaas@google.com>
Thu, 10 Nov 2022 20:53:45 +0000 (14:53 -0600)
commit763d25e7affe13c7be923fec6192ca6325f33c73
treed42e468a5902996a96ef0074f430171536826f26
parent606a0430b37af4a1dd3e1e3baaf073b42fbb53e3
PCI: mvebu: Include <linux/irqdomain.h> explicitly

pci-mvebu.c uses irq_domain_add_linear() and related interfaces but relies
on <linux/irqdomain.h> but doesn't include it directly; it relies on the
fact that <linux/of_irq.h> includes it.

Include <linux/irqdomain.h> directly to remove this implicit dependency.

Link: https://lore.kernel.org/r/20221031153954.1163623-4-helgaas@kernel.org
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Acked-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
drivers/pci/controller/pci-mvebu.c