Re: [PATCH] PCI: dwc: pci-dra7xx: Add missing include file

2019-07-09 Thread Lorenzo Pieralisi
On Fri, Jun 14, 2019 at 11:40:44PM +0800, YueHaibing wrote: > Fix build error: > > drivers/pci/controller/dwc/pci-dra7xx.c: > In function dra7xx_pcie_probe: > drivers/pci/controller/dwc/pci-dra7xx.c:777:10: > error: implicit declaration of function devm_gpiod_get_optional; > did you mean

Re: [PATCH] PCI: dwc: pci-dra7xx: Add missing include file

2019-07-09 Thread Kishon Vijay Abraham I
On 05/07/19 8:59 PM, Lorenzo Pieralisi wrote: > On Fri, Jun 14, 2019 at 11:40:44PM +0800, YueHaibing wrote: >> Fix build error: >> >> drivers/pci/controller/dwc/pci-dra7xx.c: >> In function dra7xx_pcie_probe: >> drivers/pci/controller/dwc/pci-dra7xx.c:777:10: >> error: implicit declaration of

Re: [PATCH] PCI: dwc: pci-dra7xx: Add missing include file

2019-07-05 Thread Lorenzo Pieralisi
On Fri, Jun 14, 2019 at 11:40:44PM +0800, YueHaibing wrote: > Fix build error: > > drivers/pci/controller/dwc/pci-dra7xx.c: > In function dra7xx_pcie_probe: > drivers/pci/controller/dwc/pci-dra7xx.c:777:10: > error: implicit declaration of function devm_gpiod_get_optional; > did you mean

[PATCH] PCI: dwc: pci-dra7xx: Add missing include file

2019-06-14 Thread YueHaibing
Fix build error: drivers/pci/controller/dwc/pci-dra7xx.c: In function dra7xx_pcie_probe: drivers/pci/controller/dwc/pci-dra7xx.c:777:10: error: implicit declaration of function devm_gpiod_get_optional; did you mean devm_regulator_get_optional? [-Werror=implicit-function-declaration] reset