[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <beef6b42-fd7c-5d69-6bb3-b85bbca5f071@infradead.org>
Date: Tue, 4 Jun 2019 21:09:36 -0700
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>,
Sonic Zhang <sonic.zhang@...log.com>, linux-iio@...r.kernel.org
Subject: Re: linux-next: Tree for Jun 4 (drivers/iio/addac/adt7316.c)
On 6/3/19 11:09 PM, Stephen Rothwell wrote:
> Hi all,
>
> Changes since 20190603:
>
on x86_64:
when GPIOLIB is not set/enabled:
../drivers/staging/iio/addac/adt7316.c: In function ‘adt7316_store_update_DAC’:
../drivers/staging/iio/addac/adt7316.c:947:3: error: implicit declaration of function ‘gpiod_set_value’ [-Werror=implicit-function-declaration]
gpiod_set_value(chip->ldac_pin, 0);
^
CC [M] drivers/target/target_core_tpg.o
../drivers/staging/iio/addac/adt7316.c: In function ‘adt7316_setup_irq’:
../drivers/staging/iio/addac/adt7316.c:1805:2: error: implicit declaration of function ‘irqd_get_trigger_type’ [-Werror=implicit-function-declaration]
irq_type = irqd_get_trigger_type(irq_get_irq_data(chip->bus.irq));
^
../drivers/staging/iio/addac/adt7316.c:1805:2: error: implicit declaration of function ‘irq_get_irq_data’ [-Werror=implicit-function-declaration]
../drivers/staging/iio/addac/adt7316.c: In function ‘adt7316_probe’:
../drivers/staging/iio/addac/adt7316.c:2156:2: error: implicit declaration of function ‘devm_gpiod_get_optional’ [-Werror=implicit-function-declaration]
chip->ldac_pin = devm_gpiod_get_optional(dev, "adi,ldac",
^
../drivers/staging/iio/addac/adt7316.c:2157:8: error: ‘GPIOD_OUT_LOW’ undeclared (first use in this function)
GPIOD_OUT_LOW);
^
Full randconfig file is attached.
--
~Randy
View attachment "config-r5609" of type "text/plain" (72978 bytes)
Powered by blists - more mailing lists