2024-04-24 01:33:20

by Andy Shevchenko

[permalink] [raw]
Subject: [PATCH v1 1/1] PCI: dra7xx: Add missing header inclusion

Driver is using chained_irq_*() APIs, add the respective inclusion.

Signed-off-by: Andy Shevchenko <[email protected]>
---
drivers/pci/controller/dwc/pci-dra7xx.c | 1 +
1 file changed, 1 insertion(+)

diff --git a/drivers/pci/controller/dwc/pci-dra7xx.c b/drivers/pci/controller/dwc/pci-dra7xx.c
index 2015f51664bc..cf8392190856 100644
--- a/drivers/pci/controller/dwc/pci-dra7xx.c
+++ b/drivers/pci/controller/dwc/pci-dra7xx.c
@@ -13,6 +13,7 @@
#include <linux/err.h>
#include <linux/interrupt.h>
#include <linux/irq.h>
+#include <linux/irqchip/chained_irq.h>
#include <linux/irqdomain.h>
#include <linux/kernel.h>
#include <linux/module.h>
--
2.43.0.rc1.1336.g36b5255a03ac



2024-04-24 15:29:29

by Andy Shevchenko

[permalink] [raw]
Subject: Re: [PATCH v1 1/1] PCI: dra7xx: Add missing header inclusion

On Wed, Apr 24, 2024 at 12:18:17AM +0300, Andy Shevchenko wrote:
> Driver is using chained_irq_*() APIs, add the respective inclusion.

This should be part of the series that I sent previously.
[email protected]

--
With Best Regards,
Andy Shevchenko