Re: [PATCH] pci: tegra: use correct gpio/consumer.h header

2019-06-28 Thread Lorenzo Pieralisi
On Fri, Jun 28, 2019 at 12:29:45PM +0200, Arnd Bergmann wrote: > linux/gpio.h is not the correct header for modern interfaces and > causes a build failure without CONFIG_GPIOLIB: > > drivers/pci/controller/pci-tegra.c: In function 'tegra_pcie_port_reset': >

[PATCH] pci: tegra: use correct gpio/consumer.h header

2019-06-28 Thread Arnd Bergmann
linux/gpio.h is not the correct header for modern interfaces and causes a build failure without CONFIG_GPIOLIB: drivers/pci/controller/pci-tegra.c: In function 'tegra_pcie_port_reset': drivers/pci/controller/pci-tegra.c:551:3: error: implicit declaration of function 'gpiod_set_value'; did you