On Thursday 14 January 2016 10:07:33 Linus Walleij wrote:
On Tue, Jan 12, 2016 at 10:09 AM, Arnd Bergmann arnd@arndb.de wrote:
On Tuesday 12 January 2016 00:37:59 Olof's autobuilder wrote:
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").
I think you sent the perfect patch nailing this, I put it in for-next now. Thanks for tidying up the mess I create!
Ok, good. I didn't remember I had already fixed it and could not reproduce the bug or find a fix in my patch stack.
Arnd