All of lore.kernel.org
 help / color / mirror / Atom feed
* [freescale-fslc:pr/639 615/24603] drivers/clk/imx/clk-blk-ctrl.c:305:34: warning: 'imx_blk_ctrl_of_match' defined but not used
@ 2023-08-31 18:04 kernel test robot
  0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2023-08-31 18:04 UTC (permalink / raw)
  To: Otavio Salvador; +Cc: oe-kbuild-all

tree:   https://github.com/Freescale/linux-fslc pr/639
head:   857fbf7cebaba3b1ffccc558deee1d13ac0e11d7
commit: 75921c395c22cf9a3d9ff9af0e9962fc2b62105a [615/24603] clk: imx: Add blk_ctrl combo driver
config: x86_64-buildonly-randconfig-005-20230831 (https://download.01.org/0day-ci/archive/20230901/202309010118.t1wYP9bb-lkp@intel.com/config)
compiler: gcc-9 (Debian 9.3.0-22) 9.3.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20230901/202309010118.t1wYP9bb-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/202309010118.t1wYP9bb-lkp@intel.com/

All warnings (new ones prefixed by >>):

>> drivers/clk/imx/clk-blk-ctrl.c:305:34: warning: 'imx_blk_ctrl_of_match' defined but not used [-Wunused-const-variable=]
     305 | static const struct of_device_id imx_blk_ctrl_of_match[] = {
         |                                  ^~~~~~~~~~~~~~~~~~~~~


vim +/imx_blk_ctrl_of_match +305 drivers/clk/imx/clk-blk-ctrl.c

   304	
 > 305	static const struct of_device_id imx_blk_ctrl_of_match[] = {
   306	       { /* Sentinel */ }
   307	};
   308	MODULE_DEVICE_TABLE(of, imx_blk_ctrl_of_match);
   309	

-- 
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 18:05 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-31 18:04 [freescale-fslc:pr/639 615/24603] drivers/clk/imx/clk-blk-ctrl.c:305:34: warning: 'imx_blk_ctrl_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.