On Tuesday 16 February 2010 12:36:50 am Stephen Rothwell wrote: > After merging, today's linux-next build (sparc64 defconfig) failed like > this: > > arch/sparc/kernel/pci.c: In function 'pci_cfg_fake_ranges': > arch/sparc/kernel/pci.c:404: error: 'struct pci_bus' has no member named 'resource' Huh. I built sparc64 defconfig (and alpha, arm, i686, ia64, mips, powerpc, sh, and sparc) in Jesse's linux-next branch, but obviously that's not doing the right thing for some reason. > OK, I just checked the build results for last night > (http://kisskb.ellerman.id.au/kisskb/head/2579/) and there are quite a few > more (alpha, some arm, parisc and more ...) ... please fix them up as > well. Try something like: > > git grep -l -w resource $(git grep -l -w 'struct pci_bus') > > for a starting list of files to check. Thanks for the specifics about all the failures. That will help me a lot. And thanks for the git grep magic. I've clearly been missing out on a very useful tool. Bjorn -- To unsubscribe from this list: send the line "unsubscribe linux-next" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html