CC: [email protected]
CC: Linux Memory Management List <[email protected]>
TO: Matti Vaittinen <[email protected]>, Matti Vaittinen 
<[email protected]>
CC: Mark Brown <[email protected]>
CC: Andy Shevchenko <[email protected]>

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git 
master
head:   4238b1710eadd18dd16de0288a2bc5bb84614b4e
commit: 7111c6d1b31b42c8c758f6681e895a5116e3bad6 [11634/12271] regulator: IRQ 
based event/error notification helpers
:::::: branch date: 13 hours ago
:::::: commit date: 2 days ago
config: x86_64-randconfig-b001-20210622 (attached as .config)
compiler: clang version 13.0.0 (https://github.com/llvm/llvm-project 
b3634d3e88b7f26534a5057bff182b7dced584fc)
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/next/linux-next.git/commit/?id=7111c6d1b31b42c8c758f6681e895a5116e3bad6
        git remote add linux-next 
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
        git fetch --no-tags linux-next master
        git checkout 7111c6d1b31b42c8c758f6681e895a5116e3bad6
        # save the attached .config to linux build tree
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross C=1 
CHECK=iwyu ARCH=x86_64 

If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <[email protected]>


iwyu warnings: (new ones prefixed by >>)
>> drivers/regulator/irq_helpers.c:15:1: iwyu: warning: superfluous #include 
>> <linux/regmap.h>
>> drivers/regulator/irq_helpers.c:16:1: iwyu: warning: superfluous #include 
>> <linux/slab.h>

vim +15 drivers/regulator/irq_helpers.c

7111c6d1b31b42 Matti Vaittinen 2021-06-03   9  
7111c6d1b31b42 Matti Vaittinen 2021-06-03  10  #include <linux/device.h>
7111c6d1b31b42 Matti Vaittinen 2021-06-03  11  #include <linux/err.h>
7111c6d1b31b42 Matti Vaittinen 2021-06-03  12  #include <linux/interrupt.h>
7111c6d1b31b42 Matti Vaittinen 2021-06-03  13  #include <linux/kernel.h>
7111c6d1b31b42 Matti Vaittinen 2021-06-03  14  #include <linux/reboot.h>
7111c6d1b31b42 Matti Vaittinen 2021-06-03 @15  #include <linux/regmap.h>
7111c6d1b31b42 Matti Vaittinen 2021-06-03 @16  #include <linux/slab.h>
7111c6d1b31b42 Matti Vaittinen 2021-06-03  17  #include <linux/spinlock.h>
7111c6d1b31b42 Matti Vaittinen 2021-06-03  18  #include 
<linux/regulator/driver.h>
7111c6d1b31b42 Matti Vaittinen 2021-06-03  19  

---
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