On Tue, Feb 21, 2017 at 09:47:37AM -0800, Mark Brown wrote:
On Tue, Feb 21, 2017 at 09:14:04AM +0000, Build bot for Mark Brown wrote:
Today's -next fails to build an ARM allmodconfig due to:
arm-allmodconfig ../drivers/pci/dwc/pci-exynos.c:132:25: error: 'struct exynos_pcie' has no member named 'pp' ../drivers/pci/dwc/pci-exynos.c:162:25: error: 'struct exynos_pcie' has no member named 'pp' ../drivers/pci/dwc/pci-exynos.c:185:25: error: 'struct exynos_pcie' has no member named 'pp'
due to b09d4ac91a3934e9 (PCI: dwc: all: Split struct pcie_port into host-only and core structures) which replaced the struct member pp with *pci but has missed some users.
Thanks a lot, Mark!
b09d4ac91a3934e9 converted all the users at the time, but 327847808474 ("PCI: exynos: Refactor to make it easier to support other SoCs") from another branch added some new uses, and I missed those when I merged the branches together. I think I fixed it but I can't build it personally.
Bjorn