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.