Hi all, After merging the final tree, today's linux-next build (powerpc allyesconfig) failed like this: drivers/net/wireless/brcm80211/brcmfmac/dhd_sdio.c: In function 'brcmf_sdio_dump_console': drivers/net/wireless/brcm80211/brcmfmac/dhd_sdio.c:3085:3: error: implicit declaration of function 'vzalloc' [-Werror=implicit-function-declaration] drivers/net/wireless/brcm80211/brcmfmac/dhd_sdio.c:3085:10: warning: assignment makes pointer from integer without a cast [enabled by default] drivers/net/wireless/brcm80211/brcmfmac/dhd_sdio.c:3113:2: error: implicit declaration of function 'vfree' [-Werror=implicit-function-declaration] Caused by commit 4fc0d0160d59 ("brcmfmac: introduce checkdied debugfs functionality") from the wireless-next tree. Forgot to include vmalloc.h ? I have reverted that commit for today. -- Cheers, Stephen Rothwell sfr@canb.auug.org.au