[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <CA+r1Zhi9Qd4aZ2WJ02K4Gv=zg7QvG+r=t2VpiXRKXcYRc1vt=A@mail.gmail.com>
Date: Wed, 4 Jun 2014 09:44:13 -0700
From: Jim Davis <jim.epost@...il.com>
To: Stephen Rothwell <sfr@...b.auug.org.au>,
linux-next <linux-next@...r.kernel.org>,
linux-kernel <linux-kernel@...r.kernel.org>, wsa@...-dreams.de,
laurent.pinchart@...asonboard.com, khali@...ux-fr.org,
linus.walleij@...aro.org, paul.gortmaker@...driver.com,
jg1.han@...sung.com, linux-i2c@...r.kernel.org
Subject: randconfig build error with next-20140604, in drivers/i2c/muxes/i2c-mux-pca954x.c
Building with the attached random configuration file,
drivers/i2c/muxes/i2c-mux-pca954x.c: In function ‘pca954x_probe’:
drivers/i2c/muxes/i2c-mux-pca954x.c:204:2: error: implicit declaration
of function ‘devm_gpiod_get’ [-Werror=implicit-function-declaration]
gpio = devm_gpiod_get(&client->dev, "reset");
^
drivers/i2c/muxes/i2c-mux-pca954x.c:204:7: warning: assignment makes
pointer from integer without a cast [enabled by default]
gpio = devm_gpiod_get(&client->dev, "reset");
^
drivers/i2c/muxes/i2c-mux-pca954x.c:206:3: error: implicit declaration
of function ‘gpiod_direction_output’
[-Werror=implicit-function-declaration]
gpiod_direction_output(gpio, 0);
^
cc1: some warnings being treated as errors
make[3]: *** [drivers/i2c/muxes/i2c-mux-pca954x.o] Error 1
View attachment "randconfig-1401881013.txt" of type "text/plain" (112983 bytes)
Powered by blists - more mailing lists