From: Bjorn Helgaas Date: Mon, 31 Oct 2022 15:39:50 +0000 (-0500) Subject: PCI: altera-msi: Include explicitly X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=8c50cd059c5cd974da4285af17adf0e38905b25b;p=linux.git PCI: altera-msi: Include explicitly pcie-altera-msi.c uses irq_domain_add_linear() and related interfaces, so it needs but doesn't include it directly; it relies on the fact that includes it. But pcie-altera-msi.c *doesn't* need itself. Include directly to remove this implicit dependency so a future patch can drop . Link: https://lore.kernel.org/r/20221031153954.1163623-2-helgaas@kernel.org Signed-off-by: Bjorn Helgaas --- diff --git a/drivers/pci/controller/pcie-altera-msi.c b/drivers/pci/controller/pcie-altera-msi.c index 7b1d3ebc34ecd..4366e042e98ba 100644 --- a/drivers/pci/controller/pcie-altera-msi.c +++ b/drivers/pci/controller/pcie-altera-msi.c @@ -9,6 +9,7 @@ #include #include +#include #include #include #include