* [ti:ti-linux-6.6.y-wip 32/46] drivers/mailbox/omap-mailbox.c:635:34: warning: 'omap_mailbox_of_match' defined but not used
@ 2024-08-09 21:19 kernel test robot
0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2024-08-09 21:19 UTC (permalink / raw)
Cc: oe-kbuild-all, vigneshr, nm, Udit Kumar, Andrew Davis,
Hari Nagalla
tree: git://git.ti.com/ti-linux-kernel/ti-linux-kernel.git ti-linux-6.6.y-wip
head: d80245c38ed4432878e5fe309f6ba958fd2c2e8f
commit: acc3573ed94e855c69e7bec2855bc05caebc829d [32/46] remoteproc: k3-m4: Add a remoteproc driver for M4F subsystem
config: alpha-randconfig-r061-20240809 (https://download.01.org/0day-ci/archive/20240810/202408100529.viKFbTRf-lkp@intel.com/config)
compiler: alpha-linux-gcc (GCC) 13.3.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20240810/202408100529.viKFbTRf-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/202408100529.viKFbTRf-lkp@intel.com/
All warnings (new ones prefixed by >>):
>> drivers/mailbox/omap-mailbox.c:635:34: warning: 'omap_mailbox_of_match' defined but not used [-Wunused-const-variable=]
635 | static const struct of_device_id omap_mailbox_of_match[] = {
| ^~~~~~~~~~~~~~~~~~~~~
Kconfig warnings: (for reference only)
WARNING: unmet direct dependencies detected for OMAP2PLUS_MBOX
Depends on [n]: MAILBOX [=y] && (ARCH_OMAP2PLUS || ARCH_K3)
Selected by [y]:
- TI_K3_M4_REMOTEPROC [=y] && REMOTEPROC [=y] && (ARCH_K3 || COMPILE_TEST [=y])
vim +/omap_mailbox_of_match +635 drivers/mailbox/omap-mailbox.c
ea2ec1e80f78e5 Suman Anna 2018-07-11 634
75288cc66dc478 Suman Anna 2014-09-10 @635 static const struct of_device_id omap_mailbox_of_match[] = {
75288cc66dc478 Suman Anna 2014-09-10 636 {
75288cc66dc478 Suman Anna 2014-09-10 637 .compatible = "ti,omap2-mailbox",
ea2ec1e80f78e5 Suman Anna 2018-07-11 638 .data = &omap2_data,
75288cc66dc478 Suman Anna 2014-09-10 639 },
75288cc66dc478 Suman Anna 2014-09-10 640 {
75288cc66dc478 Suman Anna 2014-09-10 641 .compatible = "ti,omap3-mailbox",
ea2ec1e80f78e5 Suman Anna 2018-07-11 642 .data = &omap2_data,
75288cc66dc478 Suman Anna 2014-09-10 643 },
75288cc66dc478 Suman Anna 2014-09-10 644 {
75288cc66dc478 Suman Anna 2014-09-10 645 .compatible = "ti,omap4-mailbox",
ea2ec1e80f78e5 Suman Anna 2018-07-11 646 .data = &omap4_data,
75288cc66dc478 Suman Anna 2014-09-10 647 },
9c1f2a5dc2948b Suman Anna 2019-06-04 648 {
9c1f2a5dc2948b Suman Anna 2019-06-04 649 .compatible = "ti,am654-mailbox",
9c1f2a5dc2948b Suman Anna 2019-06-04 650 .data = &omap4_data,
9c1f2a5dc2948b Suman Anna 2019-06-04 651 },
595be654b0c23b Suman Anna 2021-02-09 652 {
595be654b0c23b Suman Anna 2021-02-09 653 .compatible = "ti,am64-mailbox",
595be654b0c23b Suman Anna 2021-02-09 654 .data = &omap4_data,
595be654b0c23b Suman Anna 2021-02-09 655 },
75288cc66dc478 Suman Anna 2014-09-10 656 {
75288cc66dc478 Suman Anna 2014-09-10 657 /* end */
75288cc66dc478 Suman Anna 2014-09-10 658 },
75288cc66dc478 Suman Anna 2014-09-10 659 };
75288cc66dc478 Suman Anna 2014-09-10 660 MODULE_DEVICE_TABLE(of, omap_mailbox_of_match);
75288cc66dc478 Suman Anna 2014-09-10 661
:::::: The code at line 635 was first introduced by commit
:::::: 75288cc66dc478b32e43970dd6913396526504ae mailbox/omap: add support for parsing dt devices
:::::: TO: Suman Anna <s-anna@ti.com>
:::::: CC: Tony Lindgren <tony@atomide.com>
--
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-08-09 21:20 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-09 21:19 [ti:ti-linux-6.6.y-wip 32/46] drivers/mailbox/omap-mailbox.c:635:34: warning: 'omap_mailbox_of_match' defined but not used kernel test robot
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.