tree: https://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git watchdog-next head: d7e5876bf57044f8be42e2eecae47ea1d3e46f8d commit: 6c2b372365e1e64170e209a1e903c5cb64bebc63 [22/34] watchdog: mtk_wdt: mt7986: Add toprgu reset controller support config: mips-allyesconfig (https://download.01.org/0day-ci/archive/20220311/202203110514.1vOt36pD-lkp@xxxxxxxxx/config) compiler: mips-linux-gcc (GCC) 11.2.0 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 # https://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git/commit/?id=6c2b372365e1e64170e209a1e903c5cb64bebc63 git remote add groeck-staging https://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git git fetch --no-tags groeck-staging watchdog-next git checkout 6c2b372365e1e64170e209a1e903c5cb64bebc63 # save the config file to linux build tree mkdir build_dir COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-11.2.0 make.cross O=build_dir ARCH=mips SHELL=/bin/bash drivers/ If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot <lkp@xxxxxxxxx> Note: the groeck-staging/watchdog-next HEAD d7e5876bf57044f8be42e2eecae47ea1d3e46f8d builds fine. It only hurts bisectability. All errors (new ones prefixed by >>): >> drivers/watchdog/mtk_wdt.c:13:10: fatal error: dt-bindings/reset/mt7986-resets.h: No such file or directory 13 | #include <dt-bindings/reset/mt7986-resets.h> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated. vim +13 drivers/watchdog/mtk_wdt.c > 13 #include <dt-bindings/reset/mt7986-resets.h> 14 #include <dt-bindings/reset/mt8183-resets.h> 15 #include <dt-bindings/reset/mt8186-resets.h> 16 #include <dt-bindings/reset/mt8192-resets.h> 17 #include <dt-bindings/reset/mt8195-resets.h> 18 #include <linux/delay.h> 19 #include <linux/err.h> 20 #include <linux/init.h> 21 #include <linux/io.h> 22 #include <linux/kernel.h> 23 #include <linux/module.h> 24 #include <linux/moduleparam.h> 25 #include <linux/of.h> 26 #include <linux/of_device.h> 27 #include <linux/platform_device.h> 28 #include <linux/reset-controller.h> 29 #include <linux/types.h> 30 #include <linux/watchdog.h> 31 #include <linux/interrupt.h> 32 --- 0-DAY CI Kernel Test Service, Intel Corporation https://lists.01.org/hyperkitty/list/kbuild-all@xxxxxxxxxxxx