On Tuesday 12 January 2016 00:37:59 Olof's autobuilder wrote:
arm.allmodconfig:
drivers/mfd/asic3.c:505:12: error: expected ';' before ')' token drivers/mfd/asic3.c:505:12: error: expected statement before ')' token
arm.magician_defconfig:
drivers/mfd/asic3.c:505:12: error: expected ';' before ')' token drivers/mfd/asic3.c:505:12: error: expected statement before ')' token
Just found the same thing on randconfig builds and sent a patch.
arm.s3c6400_defconfig:
arch/arm/mach-s3c64xx/mach-crag6410.c:270:3: error: unknown field 'base' specified in initializer arch/arm/mach-s3c64xx/mach-crag6410.c:271:2: error: invalid use of undefined type 'struct bgpio_pdata'
I still need to look at this. I think it's more fallout from 0f4630f3720e ("gpio: generic: factor into gpio_chip struct").
Arnd