Re: [PATCH v2 3/4] PCI: mvebu: Include explicitly

2022-10-25 Thread Thomas Petazzoni
On Tue, 25 Oct 2022 13:51:46 -0500
Bjorn Helgaas  wrote:

> From: Bjorn Helgaas 
> 
> 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.
> 
> Signed-off-by: Bjorn Helgaas 
> ---
>  drivers/pci/controller/pci-mvebu.c | 1 +
>  1 file changed, 1 insertion(+)

Acked-by: Thomas Petazzoni 

Thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com


[PATCH v2 3/4] PCI: mvebu: Include explicitly

2022-10-25 Thread Bjorn Helgaas
From: Bjorn Helgaas 

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.

Signed-off-by: Bjorn Helgaas 
---
 drivers/pci/controller/pci-mvebu.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/pci/controller/pci-mvebu.c 
b/drivers/pci/controller/pci-mvebu.c
index 1ced73726a26..73db99035c2b 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 
-- 
2.25.1