CC: [email protected] CC: [email protected] TO: Takashi Iwai <[email protected]>
tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master head: 50be9417e23af5a8ac860d998e1e3f06b8fd79d7 commit: 9fddc15e803945a744f357a4d1c94301e1ed6681 ALSA: usb-audio: Factor out the implicit feedback quirk code date: 8 months ago :::::: branch date: 22 hours ago :::::: commit date: 8 months ago config: x86_64-randconfig-b001-20210706 (attached as .config) compiler: clang version 13.0.0 (https://github.com/llvm/llvm-project 3f9bf9f42a9043e20c6d2a74dd4f47a90a7e2b41) reproduce (this is a W=1 build): wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross chmod +x ~/bin/make.cross # install x86_64 cross compiling tool for clang build # apt-get install binutils-x86-64-linux-gnu # apt-get install iwyu # include-what-you-use # https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=9fddc15e803945a744f357a4d1c94301e1ed6681 git remote add linus https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git git fetch --no-tags linus master git checkout 9fddc15e803945a744f357a4d1c94301e1ed6681 # save the attached .config to linux build tree mkdir build_dir COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross C=1 CHECK=iwyu O=build_dir ARCH=x86_64 SHELL=/bin/bash drivers/clk/ drivers/crypto/ drivers/usb/serial/ sound/usb/ If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot <[email protected]> iwyu warnings: (new ones prefixed by >>) sound/usb/implicit.c:6:1: iwyu: warning: superfluous #include <linux/init.h> >> sound/usb/implicit.c:9:1: iwyu: warning: superfluous #include >> <linux/usb/audio-v2.h> >> sound/usb/implicit.c:11:1: iwyu: warning: superfluous #include <sound/core.h> vim +9 sound/usb/implicit.c 9fddc15e803945 Takashi Iwai 2020-11-23 5 9fddc15e803945 Takashi Iwai 2020-11-23 6 #include <linux/init.h> 9fddc15e803945 Takashi Iwai 2020-11-23 7 #include <linux/usb.h> 9fddc15e803945 Takashi Iwai 2020-11-23 8 #include <linux/usb/audio.h> 9fddc15e803945 Takashi Iwai 2020-11-23 @9 #include <linux/usb/audio-v2.h> 9fddc15e803945 Takashi Iwai 2020-11-23 10 9fddc15e803945 Takashi Iwai 2020-11-23 @11 #include <sound/core.h> 9fddc15e803945 Takashi Iwai 2020-11-23 12 #include <sound/pcm.h> 9fddc15e803945 Takashi Iwai 2020-11-23 13 #include <sound/pcm_params.h> 9fddc15e803945 Takashi Iwai 2020-11-23 14 --- 0-DAY CI Kernel Test Service, Intel Corporation https://lists.01.org/hyperkitty/list/[email protected]
.config.gz
Description: application/gzip
_______________________________________________ kbuild mailing list -- [email protected] To unsubscribe send an email to [email protected]
