* [avpatel:riscv_sbi_sse_v3 28/57] drivers/mailbox/riscv-sbi-mpxy-mbox.c:1005:36: warning: 'mpxy_mbox_acpi_match' defined but not used
@ 2025-02-08 8:09 kernel test robot
0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2025-02-08 8:09 UTC (permalink / raw)
To: Sunil V L; +Cc: oe-kbuild-all, Anup Patel
tree: https://github.com/avpatel/linux.git riscv_sbi_sse_v3
head: 89fd1a54d40f5fbd0a1c7fb10f51829f13385a9a
commit: 13851aef320d7e43e85b08933a00593dd1322653 [28/57] mailbox/riscv-sbi-mpxy: Add ACPI support
config: riscv-randconfig-001-20250207 (https://download.01.org/0day-ci/archive/20250208/202502081628.bYgIWGAH-lkp@intel.com/config)
compiler: riscv32-linux-gcc (GCC) 14.2.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20250208/202502081628.bYgIWGAH-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/202502081628.bYgIWGAH-lkp@intel.com/
All warnings (new ones prefixed by >>):
>> drivers/mailbox/riscv-sbi-mpxy-mbox.c:1005:36: warning: 'mpxy_mbox_acpi_match' defined but not used [-Wunused-const-variable=]
1005 | static const struct acpi_device_id mpxy_mbox_acpi_match[] = {
| ^~~~~~~~~~~~~~~~~~~~
vim +/mpxy_mbox_acpi_match +1005 drivers/mailbox/riscv-sbi-mpxy-mbox.c
1004
> 1005 static const struct acpi_device_id mpxy_mbox_acpi_match[] = {
1006 { "RSCV0005" },
1007 {}
1008 };
1009 MODULE_DEVICE_TABLE(acpi, mpxy_mbox_acpi_match);
1010
--
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:[~2025-02-08 8:10 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-08 8:09 [avpatel:riscv_sbi_sse_v3 28/57] drivers/mailbox/riscv-sbi-mpxy-mbox.c:1005:36: warning: 'mpxy_mbox_acpi_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.