[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <88f71303-575e-6680-a207-da102bda8ef2@infradead.org>
Date: Fri, 25 Jan 2019 08:32:06 -0800
From: Randy Dunlap <rdunlap@...radead.org>
To: Stephen Rothwell <sfr@...b.auug.org.au>,
Linux Next Mailing List <linux-next@...r.kernel.org>
Cc: Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
Vijai Kumar K <vijaikumar.kanagarajan@...il.com>
Subject: Re: linux-next: Tree for Jan 25 (extcon/extcon-ptn5150.c)
On 1/24/19 8:35 PM, Stephen Rothwell wrote:
> Hi all,
>
> Changes since 20190124:
>
on x86_64:
~~~~~
CC drivers/extcon/extcon-ptn5150.o
../drivers/extcon/extcon-ptn5150.c: In function ‘ptn5150_irq_work’:
../drivers/extcon/extcon-ptn5150.c:130:5: error: implicit declaration of function ‘gpiod_set_value’ [-Werror=implicit-function-declaration]
gpiod_set_value(info->vbus_gpiod, 0);
^
../drivers/extcon/extcon-ptn5150.c: In function ‘ptn5150_i2c_probe’:
../drivers/extcon/extcon-ptn5150.c:242:2: error: implicit declaration of function ‘devm_gpiod_get’ [-Werror=implicit-function-declaration]
info->int_gpiod = devm_gpiod_get(&i2c->dev, "int", GPIOD_IN);
^
../drivers/extcon/extcon-ptn5150.c:242:53: error: ‘GPIOD_IN’ undeclared (first use in this function)
info->int_gpiod = devm_gpiod_get(&i2c->dev, "int", GPIOD_IN);
^
../drivers/extcon/extcon-ptn5150.c:242:53: note: each undeclared identifier is reported only once for each function it appears in
../drivers/extcon/extcon-ptn5150.c:252:2: error: implicit declaration of function ‘gpiod_direction_output’ [-Werror=implicit-function-declaration]
ret = gpiod_direction_output(info->vbus_gpiod, 0);
^
../drivers/extcon/extcon-ptn5150.c:271:3: error: implicit declaration of function ‘gpiod_to_irq’ [-Werror=implicit-function-declaration]
info->irq = gpiod_to_irq(info->int_gpiod);
^
~~~~~
Full randconfig file is attached.
--
~Randy
View attachment "config-r3578" of type "text/plain" (82520 bytes)
Powered by blists - more mailing lists