Re: [PATCH] ARM: pxa, regulator: fix building ezx e680

From: Linus Walleij
Date: Fri Jun 08 2018 - 03:53:16 EST


On Wed, May 30, 2018 at 11:24 PM, Arnd Bergmann <arnd@xxxxxxxx> wrote:

> The reference to camera_supply_gpiod_table was added in the wrong function,
> as observed from this randconfig build failure:
>
> arch/arm/mach-pxa/ezx.c: In function 'e680_init':
> arch/arm/mach-pxa/ezx.c:905:26: error: 'camera_supply_gpiod_table' undeclared (first use in this function)
> gpiod_add_lookup_table(&camera_supply_gpiod_table);
>
> Fixes: 6059577cb28d ("regulator: fixed: Convert to use GPIO descriptor only")
> Signed-off-by: Arnd Bergmann <arnd@xxxxxxxx>

I have folded this into my patch as we are deferring this
change to the next kernel cycle.

Yours,
Linus Walleij