[srini-nvmem:for-next 28/34] drivers/nvmem/mt6323-efuse.c:6:10: fatal error: linux/device-id/of.h: No such file or directory
kernel test robot <[email protected]>
| Newsgroups | dev.linux.lists.oe-kbuild-all |
|---|---|
| Message-ID | <[email protected]> |
tree: https://git.kernel.org/pub/scm/linux/kernel/git/srini/nvmem.git for-next head: 2a3ed29b053137a91af7963038d437657065e57e commit: b3c090960d86901bd4e41447744fd532d6e1d7f9 [28/34] nvmem: add mt6323 PMIC EFUSE driver config: nios2-allmodconfig (https://download.01.org/0day-ci/archive/20260717/[email protected]/config) compiler: nios2-linux-gcc (GCC) 11.5.0 reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20260717/[email protected]/reproduce) 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 <[email protected]> | Closes: https://lore.kernel.org/oe-kbuild-all/[email protected]/ All errors (new ones prefixed by >>): >> drivers/nvmem/mt6323-efuse.c:6:10: fatal error: linux/device-id/of.h: No such file or directory 6 | #include <linux/device-id/of.h> | ^~~~~~~~~~~~~~~~~~~~~~ compilation terminated. vim +6 drivers/nvmem/mt6323-efuse.c > 6 #include <linux/device-id/of.h> 7 #include <linux/err.h> 8 #include <linux/module.h> 9 #include <linux/nvmem-provider.h> 10 #include <linux/platform_device.h> 11 #include <linux/regmap.h> 12 #include <linux/types.h> 13 -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests/wiki