* [freescale-fslc:pr/639 14036/24603] drivers/soc/imx/imx93-pd.c:113:34: warning: unused variable 'imx93_power_domain_ids'
@ 2023-08-31 15:59 kernel test robot
0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2023-08-31 15:59 UTC (permalink / raw)
To: Otavio Salvador; +Cc: oe-kbuild-all
Hi Peng,
FYI, the error/warning still remains.
tree: https://github.com/Freescale/linux-fslc pr/639
head: 857fbf7cebaba3b1ffccc558deee1d13ac0e11d7
commit: c7aa30ff9f1ace2dbacdb6cd2720606e7f74c4c5 [14036/24603] MLK-25894-4 soc: imx: add i.MX93 SRC power domain driver
config: riscv-randconfig-r015-20230831 (https://download.01.org/0day-ci/archive/20230831/202308312333.VlfUhjsY-lkp@intel.com/config)
compiler: clang version 14.0.6 (https://github.com/llvm/llvm-project.git f28c006a5895fc0e329fe15fead81e37457cb1d1)
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20230831/202308312333.VlfUhjsY-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/202308312333.VlfUhjsY-lkp@intel.com/
All warnings (new ones prefixed by >>):
>> drivers/soc/imx/imx93-pd.c:113:34: warning: unused variable 'imx93_power_domain_ids' [-Wunused-const-variable]
static const struct of_device_id imx93_power_domain_ids[] = {
^
1 warning generated.
vim +/imx93_power_domain_ids +113 drivers/soc/imx/imx93-pd.c
112
> 113 static const struct of_device_id imx93_power_domain_ids[] = {
114 { .compatible = "fsl,imx93-src", .data = &imx93_plat_data, },
115 {},
116 };
117
--
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:[~2023-08-31 15:59 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-31 15:59 [freescale-fslc:pr/639 14036/24603] drivers/soc/imx/imx93-pd.c:113:34: warning: unused variable 'imx93_power_domain_ids' 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.