This is from the ath10k tree, which was recently rebased on top of 3.14.0-rc4.
I'm getting the error below, but I cannot find any reference to 'spinlokk' in the source tree. The build tree has two mentions, but these are auto-generated from what I can tell: [greearb@ben-dt2 linux-ath.x64]$ grep -r spinlokk . ./arch/x86/kernel/cpu/.common.o.tmp: /mnt/sda/home/greearb/git/linux.ath/include/linux/spinlokk_types.h \ ./arch/x86/kernel/cpu/.common.o.d: /mnt/sda/home/greearb/git/linux.ath/include/linux/spinlokk_types.h \ [greearb@ben-dt2 linux-ath.x64]$ I tried make distclean, but that did not help. Any idea where this might be coming from? [greearb@ben-dt2 linux-ath.x64]$ make bzImage modules make[3]: Nothing to be done for `all'. make[3]: Nothing to be done for `relocs'. CHK include/config/kernel.release Using /mnt/sda/home/greearb/git/linux.ath as source for kernel GEN /home/greearb/kernel/2.6/linux-ath.x64/Makefile CHK include/generated/uapi/linux/version.h CHK include/generated/utsrelease.h CALL /mnt/sda/home/greearb/git/linux.ath/scripts/checksyscalls.sh CHK include/generated/compile.h CC arch/x86/kernel/cpu/common.o fixdep: error opening config file: /mnt/sda/home/greearb/git/linux.ath/include/linux/spinlokk_types.h: No such file or directory make[5]: *** [arch/x86/kernel/cpu/common.o] Error 2 make[4]: *** [arch/x86/kernel/cpu] Error 2 make[3]: *** [arch/x86/kernel] Error 2 make[2]: *** [arch/x86] Error 2 make[1]: *** [sub-make] Error 2 make: *** [all] Error 2 Thanks, Ben -- Ben Greear <[email protected]> Candela Technologies Inc http://www.candelatech.com -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

