* Re: [PATCH v2 2/2] usb: typec: mux: Add ITE IT5205 Alternate Mode Passive MUX driver
[not found] <20240119125812.239197-3-angelogioacchino.delregno@collabora.com>
@ 2024-01-20 4:52 ` kernel test robot
0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2024-01-20 4:52 UTC (permalink / raw)
To: AngeloGioacchino Del Regno, gregkh
Cc: llvm, oe-kbuild-all, robh+dt, krzysztof.kozlowski+dt, conor+dt,
heikki.krogerus, matthias.bgg, dmitry.baryshkov, neil.armstrong,
andersson, nathan, luca.weiss, tianping.fang, linux-usb,
devicetree, linux-kernel, linux-arm-kernel, linux-mediatek,
kernel, AngeloGioacchino Del Regno
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@intel.com/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@intel.com/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@intel.com>
| Closes: https://lore.kernel.org/oe-kbuild-all/202401201228.eFyUxBzW-lkp@intel.com/
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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2024-01-20 4:53 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <20240119125812.239197-3-angelogioacchino.delregno@collabora.com>
2024-01-20 4:52 ` [PATCH v2 2/2] usb: typec: mux: Add ITE IT5205 Alternate Mode Passive MUX driver kernel test robot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox