Message ID | 20240429102510.2665280-1-andriy.shevchenko@linux.intel.com |
---|---|
Headers | show |
Series | PCI: controller: Move to agnostic GPIO API | expand |
On Mon, Apr 29, 2024 at 01:23:18PM +0300, Andy Shevchenko wrote: > Driver is using chained_irq_*() APIs, add the respective inclusion. > > Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Reviewed-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org> - Mani > --- > 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 d2d17d37d3e0..b67071a63f8a 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 >
On Mon, Apr 29, 2024 at 01:23:17PM +0300, Andy Shevchenko wrote:
> While at it, remove of_gpio.h leftover from some of the drivers.
Can this be moved forward?
Or should I do something additionally with it?