tree: https://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git gpio-descriptors-regulator head: ffadad74e46a24c487241f1e31b7c82a81c1a46c commit: 66a191911a896631f82f90d6b06572e47e325773 [5/9] regulator: fixed/gpio: Pull inversion/OD into gpiolib config: arm-omap1_defconfig (attached as .config) compiler: arm-linux-gnueabi-gcc (Debian 7.2.0-11) 7.2.0 reproduce: wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross chmod +x ~/bin/make.cross git checkout 66a191911a896631f82f90d6b06572e47e325773 # save the attached .config to linux build tree GCC_VERSION=7.2.0 make.cross ARCH=arm All errors (new ones prefixed by >>): >> arch/arm/mach-omap1/board-ams-delta.c:531:3: error: 'struct fixed_voltage_config' has no member named 'enable_high' .enable_high = 1, ^~~~~~~~~~~ vim +531 arch/arm/mach-omap1/board-ams-delta.c 2bcb1be0 Janusz Krzysztofik 2018-06-22 527 2bcb1be0 Janusz Krzysztofik 2018-06-22 528 static struct fixed_voltage_config keybrd_pwr_config = { 2bcb1be0 Janusz Krzysztofik 2018-06-22 529 .supply_name = "keybrd_pwr", 2bcb1be0 Janusz Krzysztofik 2018-06-22 530 .microvolts = 5000000, 2bcb1be0 Janusz Krzysztofik 2018-06-22 @531 .enable_high = 1, 2bcb1be0 Janusz Krzysztofik 2018-06-22 532 .init_data = &keybrd_pwr_initdata, 2bcb1be0 Janusz Krzysztofik 2018-06-22 533 }; 2bcb1be0 Janusz Krzysztofik 2018-06-22 534 :::::: The code at line 531 was first introduced by commit :::::: 2bcb1be0923700deee554120304777cad465b5bc Input: ams_delta_serio: Replace power GPIO with regulator :::::: TO: Janusz Krzysztofik <jmkrzyszt@xxxxxxxxx> :::::: CC: Tony Lindgren <tony@xxxxxxxxxxx> --- 0-DAY kernel test infrastructure Open Source Technology Center https://lists.01.org/pipermail/kbuild-all Intel Corporation
Attachment:
.config.gz
Description: application/gzip