On Thursday 14 January 2016 10:30:27 Linus Walleij wrote:
On Thu, Jan 14, 2016 at 10:16 AM, Arnd Bergmann arnd@arndb.de wrote:
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.
I think this: http://marc.info/?l=linux-gpio&m=145237423205247&w=2
fixes it
Ah, got it. That's why I couldn't find a patch with mach-crag6410.c in the changelog text. I usually keep track of my build fixes by having the compiler message in the patch description and match that up with the warning I see in the per-randconfig build log.
Arnd