Hi AngeloGioacchino, kernel test robot noticed the following build errors: [auto build test ERROR on usb/usb-testing] [also build test ERROR on usb/usb-next usb/usb-linus robh/for-next westeri-thunderbolt/next linus/master v6.7 next-20240119] [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/AngeloGioacchino-Del-Regno/dt-bindings-usb-Introduce-ITE-IT5205-Alt-Mode-Passive-MUX/20240119-210119 base: https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git usb-testing patch link: https://lore.kernel.org/r/20240119125812.239197-3-angelogioacchino.delregno%40collabora.com patch subject: [PATCH v2 2/2] usb: typec: mux: Add ITE IT5205 Alternate Mode Passive MUX driver config: i386-allmodconfig (https://download.01.org/0day-ci/archive/20240120/202401201228.eFyUxBzW-lkp@xxxxxxxxx/config) compiler: ClangBuiltLinux clang version 17.0.6 (https://github.com/llvm/llvm-project 6009708b4367171ccdbf4b5905cb6a803753fe18) reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20240120/202401201228.eFyUxBzW-lkp@xxxxxxxxx/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 <lkp@xxxxxxxxx> | Closes: https://lore.kernel.org/oe-kbuild-all/202401201228.eFyUxBzW-lkp@xxxxxxxxx/ All errors (new ones prefixed by >>): >> drivers/usb/typec/mux/it5205.c:278:25: error: use of undeclared identifier 'it5205_match_table'; did you mean 'it5205_of_table'? 278 | MODULE_DEVICE_TABLE(of, it5205_match_table); | ^~~~~~~~~~~~~~~~~~ | it5205_of_table include/linux/module.h:244:15: note: expanded from macro 'MODULE_DEVICE_TABLE' 244 | extern typeof(name) __mod_##type##__##name##_device_table \ | ^ drivers/usb/typec/mux/it5205.c:274:34: note: 'it5205_of_table' declared here 274 | static const struct of_device_id it5205_of_table[] = { | ^ 1 error generated. vim +278 drivers/usb/typec/mux/it5205.c 273 274 static const struct of_device_id it5205_of_table[] = { 275 { .compatible = "ite,it5205" }, 276 { /* sentinel */ } 277 }; > 278 MODULE_DEVICE_TABLE(of, it5205_match_table); 279 -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests/wiki