Hi all, After merging the sound-asoc tree, today's linux-next build (x86_64 allmodconfig) produced this warning: sound/soc/sof/intel/byt.c:464:12: warning: 'byt_remove' defined but not used [-Wunused-function] 464 | static int byt_remove(struct snd_sof_dev *sdev) | ^~~~~~~~~~ sound/soc/sof/intel/byt.c:454:12: warning: 'byt_resume' defined but not used [-Wunused-function] 454 | static int byt_resume(struct snd_sof_dev *sdev) | ^~~~~~~~~~ sound/soc/sof/intel/byt.c:447:12: warning: 'byt_suspend' defined but not used [-Wunused-function] 447 | static int byt_suspend(struct snd_sof_dev *sdev, u32 target_state) | ^~~~~~~~~~~ Introduced by commits ddcccd543f5d ("ASoC: SOF: Intel: byt: Add PM callbacks") c691f0c6e267 ("ASoC: SOF: Intel: BYT: add .remove op") -- Cheers, Stephen Rothwell