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: bf6313a0ff766925462e97b4e733d5952de02367 ALSA: usb-audio: Refactor 
endpoint management
date:   8 months ago
:::::: branch date: 21 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=bf6313a0ff766925462e97b4e733d5952de02367
        git remote add linus 
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
        git fetch --no-tags linus master
        git checkout bf6313a0ff766925462e97b4e733d5952de02367
        # 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/pcm.c:5:1: iwyu: warning: superfluous #include <linux/init.h>
   sound/usb/pcm.c:8:1: iwyu: warning: superfluous #include <linux/ratelimit.h>
   sound/usb/pcm.c:6:1: iwyu: warning: superfluous #include <linux/slab.h>
>> sound/usb/pcm.c:23:1: iwyu: warning: superfluous #include "clock.h"

vim +23 sound/usb/pcm.c

e5779998bf8b70 Daniel Mack   2010-03-04  16  
e5779998bf8b70 Daniel Mack   2010-03-04  17  #include "usbaudio.h"
e5779998bf8b70 Daniel Mack   2010-03-04  18  #include "card.h"
e5779998bf8b70 Daniel Mack   2010-03-04  19  #include "quirks.h"
c731bc96ad641a Daniel Mack   2011-09-14  20  #include "endpoint.h"
e5779998bf8b70 Daniel Mack   2010-03-04  21  #include "helper.h"
e5779998bf8b70 Daniel Mack   2010-03-04  22  #include "pcm.h"
79f920fbff566f Daniel Mack   2010-05-31 @23  #include "clock.h"
88a8516a2128a6 Oliver Neukum 2011-03-11  24  #include "power.h"
66354f18fe5fbb Shuah Khan    2019-04-01  25  #include "media.h"
e5779998bf8b70 Daniel Mack   2010-03-04  26  

:::::: The code at line 23 was first introduced by commit
:::::: 79f920fbff566ffc9de44111eb1456a3cef310f0 ALSA: usb-audio: parse clock 
topology of UAC2 devices

:::::: TO: Daniel Mack <[email protected]>
:::::: CC: Takashi Iwai <[email protected]>

---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/[email protected]

Attachment: .config.gz
Description: application/gzip

_______________________________________________
kbuild mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to