On 25 June 2014 23:53, kbuild test robot <fengguang.wu@xxxxxxxxx> wrote: > tree: git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git next > head: 8922cc07b558b167bc8f9e176c1a0b49acc5694f > commit: 012e96bf2f05b3652ef02cf3df80b7a63cced0af [6/7] efi/x86: move UEFI Runtime Services wrappers to generic code > config: make ARCH=ia64 allmodconfig > > All error/warnings: > >>> drivers/firmware/efi/runtime.c:19:21: fatal error: asm/efi.h: No such file or directory > #include <asm/efi.h> > ^ > compilation terminated. > Ahh, I wasn't prepared for that one ... So runtime.o needs to be included conditionally: any suggestions for a Kconfig symbol to recycle? Or invent a new one? -- Ard. > vim +19 drivers/firmware/efi/runtime.c > > 13 * > 14 * This file is released under the GPLv2. > 15 */ > 16 > 17 #include <linux/efi.h> > 18 #include <linux/spinlock.h> /* spinlock_t */ > > 19 #include <asm/efi.h> > 20 > 21 #ifndef efi_call_virt > 22 #define efi_call_virt __efi_call_virt > > --- > 0-DAY kernel build testing backend Open Source Technology Center > http://lists.01.org/mailman/listinfo/kbuild Intel Corporation -- To unsubscribe from this list: send the line "unsubscribe linux-efi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html