tree: https://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git for-next head: b4af9acc4cee5114b672c8f816e0484f4051db58 commit: 964a7e51240df5651771ddcd8a5dff798e24bea2 [3/5] gpio: mxc: Shift generic request/free after gpiochip registration config: arm-multi_v5_defconfig (attached as .config) compiler: arm-linux-gnueabi-gcc (Debian 6.1.1-9) 6.1.1 20160705 reproduce: wget https://git.kernel.org/cgit/linux/kernel/git/wfg/lkp-tests.git/plain/sbin/make.cross -O ~/bin/make.cross chmod +x ~/bin/make.cross git checkout 964a7e51240df5651771ddcd8a5dff798e24bea2 # save the attached .config to linux build tree make.cross ARCH=arm All errors (new ones prefixed by >>): drivers/gpio/gpio-mxc.c: In function 'mxc_gpio_probe': >> drivers/gpio/gpio-mxc.c:469:27: error: 'struct gpio_chip' has no member named 'pin_ranges' if (!list_empty(&port->gc.pin_ranges)) { ^ vim +469 drivers/gpio/gpio-mxc.c 463 pdev->id * 32; 464 465 err = devm_gpiochip_add_data(&pdev->dev, &port->gc, port); 466 if (err) 467 goto out_bgio; 468 > 469 if (!list_empty(&port->gc.pin_ranges)) { 470 port->gc.request = gpiochip_generic_request; 471 port->gc.free = gpiochip_generic_free; 472 } --- 0-DAY kernel test infrastructure Open Source Technology Center https://lists.01.org/pipermail/kbuild-all Intel Corporation
Attachment:
.config.gz
Description: application/gzip