tree: https://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git gpio-descriptors-regulator head: 244e11229b7790844f0472d38e6c6a0e5c3cc665 commit: 999d04a33dad5c87eb04693719635b61be53ea9d [15/18] regulator: fixed/gpio: Pull inversion/OD into gpiolib config: arm-sa1100 (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 999d04a33dad5c87eb04693719635b61be53ea9d # save the attached .config to linux build tree make.cross ARCH=arm All errors (new ones prefixed by >>): >> arch/arm/mach-sa1100/assabet.c:471:3: error: 'struct fixed_voltage_config' has no member named 'enable_high' .enable_high = 1, ^~~~~~~~~~~ arch/arm/mach-sa1100/assabet.c: In function 'assabet_init_irq': arch/arm/mach-sa1100/assabet.c:822:22: error: 'struct fixed_voltage_config' has no member named 'gpio' assabet_cf_vcc_pdata.gpio = assabet_gpio_base + 0; ^ vim +471 arch/arm/mach-sa1100/assabet.c 29786e9b Russell King 2016-08-31 467 29786e9b Russell King 2016-08-31 468 static struct fixed_voltage_config assabet_cf_vcc_pdata __initdata = { 29786e9b Russell King 2016-08-31 469 .supply_name = "cf-power", 29786e9b Russell King 2016-08-31 470 .microvolts = 3300000, 29786e9b Russell King 2016-08-31 @471 .enable_high = 1, 29786e9b Russell King 2016-08-31 472 }; 29786e9b Russell King 2016-08-31 473 :::::: The code at line 471 was first introduced by commit :::::: 29786e9b6551b822de66aa64b07e21eeb36ded89 ARM: sa1100/assabet: convert to generic CF sockets :::::: TO: Russell King <rmk+kernel@xxxxxxxxxxxxxxx> :::::: CC: Russell King <rmk+kernel@xxxxxxxxxxxxxxx> --- 0-DAY kernel test infrastructure Open Source Technology Center https://lists.01.org/pipermail/kbuild-all Intel Corporation
Attachment:
.config.gz
Description: application/gzip