CC: [email protected] CC: [email protected] TO: Maximilian Luz <[email protected]> CC: Hans de Goede <[email protected]>
tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master head: 7fef2edf7cc753b51f7ccc74993971b0a9c81eca commit: fc00bc8ac1dada4085f9308f85f2d6359da0faa8 platform/surface: Add Surface ACPI Notify driver date: 6 months ago :::::: branch date: 8 hours ago :::::: commit date: 6 months ago config: x86_64-randconfig-b001-20210705 (attached as .config) compiler: clang version 13.0.0 (https://github.com/llvm/llvm-project 89c1c64cc3170a05a881bb9954feafc3edca6704) 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=fc00bc8ac1dada4085f9308f85f2d6359da0faa8 git remote add linus https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git git fetch --no-tags linus master git checkout fc00bc8ac1dada4085f9308f85f2d6359da0faa8 # 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/gma500/ drivers/gpu/drm/i915/ drivers/gpu/drm/vmwgfx/ drivers/platform/surface/ drivers/platform/x86/ 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/platform/surface/surface_acpi_notify.c:16:1: iwyu: warning: >> superfluous #include <linux/delay.h> vim +16 drivers/platform/surface/surface_acpi_notify.c fc00bc8ac1dada Maximilian Luz 2020-12-21 @16 #include <linux/delay.h> fc00bc8ac1dada Maximilian Luz 2020-12-21 17 #include <linux/jiffies.h> fc00bc8ac1dada Maximilian Luz 2020-12-21 18 #include <linux/kernel.h> fc00bc8ac1dada Maximilian Luz 2020-12-21 19 #include <linux/module.h> fc00bc8ac1dada Maximilian Luz 2020-12-21 20 #include <linux/notifier.h> fc00bc8ac1dada Maximilian Luz 2020-12-21 21 #include <linux/platform_device.h> fc00bc8ac1dada Maximilian Luz 2020-12-21 22 #include <linux/rwsem.h> fc00bc8ac1dada Maximilian Luz 2020-12-21 23 --- 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]
