I've noticed possible build breakage when two trees get merged: net-next and linux-john (MIPS). This is about two following commits: http://git.kernel.org/?p=linux/kernel/git/davem/net-next.git;a=commit;h=dd4544f05469aaaeee891d7dc54d66430344321e http://git.linux-mips.org/?p=john/linux-john.git;a=commit;h=a008ca117bc85a9d66c47cd5ab18a6c332411919 The first one adds "bgmac" driver which uses asm/mach-bcm47xx/nvram.h and nvram_getenv. The second one renames them. Can you handle this in some clever way during merge window, please? The fix is trivial: 1) Use <bcm47xx_nvram.h> 2) Use bcm47xx_nvram_getenv -- Rafał