On Monday 09 June 2014 15:12:01 Linus Walleij wrote: > On Wed, Jun 4, 2014 at 6:44 PM, Jim Davis <jim.epost@xxxxxxxxx> wrote: > > 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 > > I've sent a patch for this to Wolfram and the i2c discuss list. https://git.kernel.org/cgit/linux/kernel/git/wsa/linux.git/commit/?h=i2c/for-next&id=642653d16a0f8e78b7a25d930b62aa771ebc939c -- Regards, Laurent Pinchart -- To unsubscribe from this list: send the line "unsubscribe linux-i2c" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html