All of lore.kernel.org
 help / color / mirror / Atom feed
* [masneyb:clk-misc-round-two-for-v7.3 45/45] drivers/pmdomain/core.c:3554:34: warning: 'idle_state_match' defined but not used
@ 2026-07-29 16:50 kernel test robot
  0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2026-07-29 16:50 UTC (permalink / raw)
  To: Chen-Yu Tsai; +Cc: oe-kbuild-all, Brian Masney, AngeloGioacchino Del Regno

tree:   https://github.com/masneyb/linux clk-misc-round-two-for-v7.3
head:   e2eec03ed313a8180ebe4eb9e32a6b8429f804a5
commit: e2eec03ed313a8180ebe4eb9e32a6b8429f804a5 [45/45] clk: mediatek: Add mt8173-mfgtop driver
config: x86_64-buildonly-randconfig-004-20260729 (https://download.01.org/0day-ci/archive/20260730/202607300027.9V0a2117-lkp@intel.com/config)
compiler: gcc-14 (Debian 14.2.0-19) 14.2.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20260730/202607300027.9V0a2117-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/202607300027.9V0a2117-lkp@intel.com/

All warnings (new ones prefixed by >>):

>> drivers/pmdomain/core.c:3554:34: warning: 'idle_state_match' defined but not used [-Wunused-const-variable=]
    3554 | static const struct of_device_id idle_state_match[] = {
         |                                  ^~~~~~~~~~~~~~~~

Kconfig warnings: (for reference only)
   WARNING: unmet direct dependencies detected for PM_GENERIC_DOMAINS_OF
   Depends on [n]: PM_GENERIC_DOMAINS [=y] && OF [=n]
   Selected by [y]:
   - COMMON_CLK_MT8173_MFGTOP [=y] && COMMON_CLK [=y] && (ARCH_MEDIATEK || COMPILE_TEST [=y]) && COMMON_CLK_MT8173 [=y] && PM [=y]


vim +/idle_state_match +3554 drivers/pmdomain/core.c

5d6be70add65e3 drivers/base/power/domain.c Ulf Hansson 2018-06-29  3553  
30f604283e05d3 drivers/base/power/domain.c Lina Iyer   2016-10-14 @3554  static const struct of_device_id idle_state_match[] = {
598da548ef7892 drivers/base/power/domain.c Lina Iyer   2016-11-03  3555  	{ .compatible = "domain-idle-state", },
30f604283e05d3 drivers/base/power/domain.c Lina Iyer   2016-10-14  3556  	{ }
30f604283e05d3 drivers/base/power/domain.c Lina Iyer   2016-10-14  3557  };
30f604283e05d3 drivers/base/power/domain.c Lina Iyer   2016-10-14  3558  

:::::: The code at line 3554 was first introduced by commit
:::::: 30f604283e05d34cb10108c7ba017e5f4fc9d62c PM / Domains: Allow domain power states to be read from DT

:::::: TO: Lina Iyer <lina.iyer@linaro.org>
:::::: CC: Rafael J. Wysocki <rafael.j.wysocki@intel.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:[~2026-07-29 16:55 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-29 16:50 [masneyb:clk-misc-round-two-for-v7.3 45/45] drivers/pmdomain/core.c:3554:34: warning: 'idle_state_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.