CC: [email protected] CC: [email protected] TO: Shawn Tu <[email protected]> CC: Mauro Carvalho Chehab <[email protected]> CC: [email protected] CC: "Ping-Chung Chen" <[email protected]> CC: "Yeh, Andy" <[email protected]> CC: Tomasz Figa <[email protected]> CC: Sakari Ailus <[email protected]>
tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master head: 8baef6386baaefb776bdd09b5c7630cf057c51c6 commit: d953e3cb4adf66322862d459451435a2eb1b7770 media: imx208: Add imx208 camera sensor driver date: 7 weeks ago :::::: branch date: 3 hours ago :::::: commit date: 7 weeks ago config: x86_64-randconfig-b001-20210723 (attached as .config) compiler: clang version 13.0.0 (https://github.com/llvm/llvm-project 9625ca5b602616b2f5584e8a49ba93c52c141e40) 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=d953e3cb4adf66322862d459451435a2eb1b7770 git remote add linus https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git git fetch --no-tags linus master git checkout d953e3cb4adf66322862d459451435a2eb1b7770 # 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/gpu/drm/tiny/ drivers/media/i2c/ 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/media/i2c/imx208.c:11:1: iwyu: warning: superfluous #include >> <asm/unaligned.h> >> drivers/media/i2c/imx208.c:5:1: iwyu: warning: superfluous #include >> <linux/delay.h> >> drivers/media/i2c/imx208.c:10:1: iwyu: warning: superfluous #include >> <media/v4l2-device.h> vim +11 drivers/media/i2c/imx208.c d953e3cb4adf66 Shawn Tu 2021-04-30 3 d953e3cb4adf66 Shawn Tu 2021-04-30 4 #include <linux/acpi.h> d953e3cb4adf66 Shawn Tu 2021-04-30 @5 #include <linux/delay.h> d953e3cb4adf66 Shawn Tu 2021-04-30 6 #include <linux/i2c.h> d953e3cb4adf66 Shawn Tu 2021-04-30 7 #include <linux/module.h> d953e3cb4adf66 Shawn Tu 2021-04-30 8 #include <linux/pm_runtime.h> d953e3cb4adf66 Shawn Tu 2021-04-30 9 #include <media/v4l2-ctrls.h> d953e3cb4adf66 Shawn Tu 2021-04-30 @10 #include <media/v4l2-device.h> d953e3cb4adf66 Shawn Tu 2021-04-30 @11 #include <asm/unaligned.h> d953e3cb4adf66 Shawn Tu 2021-04-30 12 --- 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]
