On Thu, Apr 20, 2017 at 11:23:03AM +0200, Arnd Bergmann wrote: > On Thu, Apr 20, 2017 at 9:56 AM, kernelci.org bot <bot@xxxxxxxxxxxx> wrote: > > next/master build: 206 builds: 2 failed, 204 passed, 9 errors, 10 warnings > > > cavium_octeon_defconfig (mips) — FAIL, 8 errors, 0 warnings, 0 section > > mismatches > > > > Errors: > > arch/mips/cavium-octeon/octeon-usb.c:256:12: error: 'union > > cvmx_gpio_bit_cfgx' has no member named 'cn73xx' > > arch/mips/cavium-octeon/octeon-usb.c:261:12: error: 'union > > cvmx_gpio_bit_cfgx' has no member named 'cn70xx' > > arch/mips/cavium-octeon/octeon-usb.c:264:33: error: implicit declaration of > > function 'CVMX_GPIO_XBIT_CFGX' [-Werror=implicit-function-declaration] > > arch/mips/cavium-octeon/octeon-usb.c:266:12: error: 'union > > cvmx_gpio_bit_cfgx' has no member named 'cn70xx' > > Apparently caused by > 23c1c9508364 ("MIPS: Octeon: Remove unused GPIO types and macros.") > which was merged last week > > > drivers/net/ethernet/cavium/octeon/octeon_mgmt.c:707:20: error: > > 'CVMX_MIO_PTP_CLOCK_COMP' undeclared (first use in this function) > > drivers/watchdog/octeon-wdt-main.c:585:18: error: 'CVMX_MIO_BOOT_LOC_ADR' > > undeclared (first use in this function) > > drivers/watchdog/octeon-wdt-main.c:586:18: error: 'CVMX_MIO_BOOT_LOC_DAT' > > undeclared (first use in this function) > > Same for > 8ed898353e36 ("MIPS: Octeon: Remove unused MIO types and macros.") I've dropped both commits a few minutes ago. Ralf