Hi all, After merging the final tree, today's linux-next build (powerpc allyesconfig) failed like this: sound/soc/soc-pcm.c: In function 'soc_pcm_open': sound/soc/soc-pcm.c:186:2: error: implicit declaration of function 'pinctrl_pm_select_default_state' [-Werror=implicit-function-declaration] pinctrl_pm_select_default_state(cpu_dai->dev); ^ sound/soc/soc-pcm.c:323:3: error: implicit declaration of function 'pinctrl_pm_select_sleep_state' [-Werror=implicit-function-declaration] pinctrl_pm_select_sleep_state(codec_dai->dev); ^ Caused by commit fc1a38653793 ("ASoC: Add pinctrl PM to components of active DAIs") from the sound-asoc tree. I have reverted that commit for today. -- Cheers, Stephen Rothwell sfr@canb.auug.org.au