Hi Linus, kernel test robot noticed the following build errors: [auto build test ERROR on media-tree/master] [also build test ERROR on linus/master v6.4-rc6 next-20230609] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting patch, we suggest to use '--base' as documented in https://git-scm.com/docs/git-format-patch#_base_tree_information] url: https://github.com/intel-lab-lkp/linux/commits/Linus-Walleij/fbdev-media-Use-GPIO-descriptors-for-VIA-GPIO/20230612-214746 base: git://linuxtv.org/media_tree.git master patch link: https://lore.kernel.org/r/20230612134500.249178-1-linus.walleij%40linaro.org patch subject: [PATCH] fbdev/media: Use GPIO descriptors for VIA GPIO config: i386-randconfig-r034-20230612 (https://download.01.org/0day-ci/archive/20230613/202306130650.BS2fQAUp-lkp@xxxxxxxxx/config) compiler: clang version 15.0.7 (https://github.com/llvm/llvm-project.git 8dfdcc7b7bf66834a761bd8de445840ef68e4d1a) reproduce (this is a W=1 build): mkdir -p ~/bin wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross chmod +x ~/bin/make.cross git remote add media-tree git://linuxtv.org/media_tree.git git fetch media-tree master git checkout media-tree/master b4 shazam https://lore.kernel.org/r/20230612134500.249178-1-linus.walleij@xxxxxxxxxx # save the config file mkdir build_dir && cp config build_dir/.config COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang ~/bin/make.cross W=1 O=build_dir ARCH=i386 olddefconfig COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang ~/bin/make.cross W=1 O=build_dir ARCH=i386 SHELL=/bin/bash If you fix the issue in a separate patch/commit (i.e. not just a new version of the same patch/commit), kindly add following tags | Reported-by: kernel test robot <lkp@xxxxxxxxx> | Closes: https://lore.kernel.org/oe-kbuild-all/202306130650.BS2fQAUp-lkp@xxxxxxxxx/ All errors (new ones prefixed by >>): >> drivers/video/fbdev/via/via-gpio.c:13:10: fatal error: 'linux/via-gpio.h' file not found #include <linux/via-gpio.h> ^~~~~~~~~~~~~~~~~~ 1 error generated. vim +13 drivers/video/fbdev/via/via-gpio.c ec66841e495b9a drivers/video/via/via-gpio.c Jonathan Corbet 2010-05-05 @13 #include <linux/via-gpio.h> a8a359318530a7 drivers/video/via/via-gpio.c Paul Gortmaker 2011-07-10 14 #include <linux/export.h> 7e0de022680f78 drivers/video/via/via-gpio.c Jonathan Corbet 2009-12-01 15 -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests/wiki