Hi all, After merging the final tree, today's linux-next build (powerpc allyesconfig) failed like this:
sound/soc/fsl/fsl_ssi.c: In function 'fsl_ssi_isr':
sound/soc/fsl/fsl_ssi.c:181:2: error: implicit declaration of function
'read_ssi' [-Werror=implicit-function-declaration]
sisr = read_ssi(&ssi->sisr) & SIER_FLAGS;
^
sound/soc/fsl/fsl_ssi.c:296:3: error: implicit declaration of function
'write_ssi' [-Werror=implicit-function-declaration]
write_ssi(sisr2, &ssi->sisr);
^
sound/soc/fsl/fsl_ssi.c: In function 'fsl_ssi_startup':
sound/soc/fsl/fsl_ssi.c:331:3: error: implicit declaration of function
'write_ssi_mask' [-Werror=implicit-function-declaration]
write_ssi_mask(&ssi->scr, CCSR_SSI_SCR_SSIEN, 0);
^
Caused by commit a1df5c2b310f ("ASoC: imx: Enable COMPILE_TEST builds").
I have reverted that commit for today.
--
Cheers,
Stephen Rothwell [email protected]
pgptjf3RJVWnX.pgp
Description: PGP signature

