Hi all, After merging the sound-asoc tree, today's linux-next build (x86_64 allmodconfig) failed like this: sound/soc/codecs/jz4740.c: In function 'jz4740_codec_probe': sound/soc/codecs/jz4740.c:364:2: error: implicit declaration of function 'devm_ioremap_resource' [-Werror=implicit-function-declaration] sound/soc/codecs/jz4740.c:364:7: warning: assignment makes pointer from integer without a cast [enabled by default] Caused by commit bc96ea9b07ad ("ASoC: Convert to devm_ioremap_resource()").\ I think that devm_ioremap_resource() must be being introduced via a different tree, since there is no mention of it in linux-next (besides what is done in this commit). Please build test. I have used the sound-asoc tree from next-20130122 for today. -- Cheers, Stephen Rothwell sfr@canb.auug.org.au