Re: [PATCH] PCI: amlogic: fix build failure due to missing linux/gpio/consumer.h header

2019-01-04 Thread Lorenzo Pieralisi
On Fri, Jan 04, 2019 at 11:36:26AM +0100, LABBE Corentin wrote: > On Fri, Jan 04, 2019 at 10:30:25AM +, Lorenzo Pieralisi wrote: > > On Fri, Jan 04, 2019 at 09:08:37AM +, Corentin Labbe wrote: > > > When building on x86, I got the following build failure: > > > > Hi, > > > > what tree are

Re: [PATCH] PCI: amlogic: fix build failure due to missing linux/gpio/consumer.h header

2019-01-04 Thread LABBE Corentin
On Fri, Jan 04, 2019 at 10:30:25AM +, Lorenzo Pieralisi wrote: > On Fri, Jan 04, 2019 at 09:08:37AM +, Corentin Labbe wrote: > > When building on x86, I got the following build failure: > > Hi, > > what tree are you testing on and which config ? I use the next-20190102 tree The config ca

Re: [PATCH] PCI: amlogic: fix build failure due to missing linux/gpio/consumer.h header

2019-01-04 Thread Lorenzo Pieralisi
On Fri, Jan 04, 2019 at 09:08:37AM +, Corentin Labbe wrote: > When building on x86, I got the following build failure: Hi, what tree are you testing on and which config ? Thanks, Lorenzo > drivers/pci/controller/dwc/pci-meson.c: In function ‘meson_pcie_assert_reset’: > drivers/pci/controlle

[PATCH] PCI: amlogic: fix build failure due to missing linux/gpio/consumer.h header

2019-01-04 Thread Corentin Labbe
When building on x86, I got the following build failure: drivers/pci/controller/dwc/pci-meson.c: In function ‘meson_pcie_assert_reset’: drivers/pci/controller/dwc/pci-meson.c:290:2: error: implicit declaration of function ‘gpiod_set_value_cansleep’; did you mean ‘gpio_set_value_cansleep’? [-Werro