From: Bjorn Helgaas Date: Mon, 31 Oct 2022 15:39:52 +0000 (-0500) Subject: PCI: mvebu: Include explicitly X-Git-Tag: v6.2-rc1~93^2^2~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=763d25e7affe13c7be923fec6192ca6325f33c73;p=thirdparty%2Fkernel%2Flinux.git PCI: mvebu: Include explicitly pci-mvebu.c uses irq_domain_add_linear() and related interfaces but relies on but doesn't include it directly; it relies on the fact that includes it. Include directly to remove this implicit dependency. Link: https://lore.kernel.org/r/20221031153954.1163623-4-helgaas@kernel.org Signed-off-by: Bjorn Helgaas Acked-by: Thomas Petazzoni --- diff --git a/drivers/pci/controller/pci-mvebu.c b/drivers/pci/controller/pci-mvebu.c index 1ced73726a267..73db99035c2b7 100644 --- a/drivers/pci/controller/pci-mvebu.c +++ b/drivers/pci/controller/pci-mvebu.c @@ -13,6 +13,7 @@ #include #include #include +#include #include #include #include