public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* drivers/fpga/versal-fpga.c:78:34: warning: 'versal_fpga_of_match' defined but not used
@ 2023-11-06  8:28 kernel test robot
  0 siblings, 0 replies; 4+ messages in thread
From: kernel test robot @ 2023-11-06  8:28 UTC (permalink / raw)
  To: Nava kishore Manne
  Cc: oe-kbuild-all, linux-kernel, Moritz Fischer,
	Appana Durga Kedareswara rao

Hi Nava,

kernel test robot noticed a build warning:

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head:   1c41041124bd14dd6610da256a3da4e5b74ce6b1
commit: 01c54e628932c655e4cd2c6ed0cc688ec6e6f96b fpga: versal-fpga: Add versal fpga manager driver
date:   2 years, 4 months ago
config: i386-buildonly-randconfig-005-20231101 (https://download.01.org/0day-ci/archive/20231105/202311052137.qkYX2xHU-lkp@intel.com/config)
compiler: gcc-12 (Debian 12.2.0-14) 12.2.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20231105/202311052137.qkYX2xHU-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 <yujie.liu@intel.com>
| Closes: https://lore.kernel.org/r/202311052137.qkYX2xHU-lkp@intel.com/

All warnings (new ones prefixed by >>):

>> drivers/fpga/versal-fpga.c:78:34: warning: 'versal_fpga_of_match' defined but not used [-Wunused-const-variable=]
      78 | static const struct of_device_id versal_fpga_of_match[] = {
         |                                  ^~~~~~~~~~~~~~~~~~~~


vim +/versal_fpga_of_match +78 drivers/fpga/versal-fpga.c

01c54e628932c6 Nava kishore Manne 2021-06-26  77  
01c54e628932c6 Nava kishore Manne 2021-06-26 @78  static const struct of_device_id versal_fpga_of_match[] = {
01c54e628932c6 Nava kishore Manne 2021-06-26  79  	{ .compatible = "xlnx,versal-fpga", },
01c54e628932c6 Nava kishore Manne 2021-06-26  80  	{},
01c54e628932c6 Nava kishore Manne 2021-06-26  81  };
01c54e628932c6 Nava kishore Manne 2021-06-26  82  MODULE_DEVICE_TABLE(of, versal_fpga_of_match);
01c54e628932c6 Nava kishore Manne 2021-06-26  83  

-- 
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki


^ permalink raw reply	[flat|nested] 4+ messages in thread

* drivers/fpga/versal-fpga.c:78:34: warning: 'versal_fpga_of_match' defined but not used
@ 2025-01-08 20:49 kernel test robot
  0 siblings, 0 replies; 4+ messages in thread
From: kernel test robot @ 2025-01-08 20:49 UTC (permalink / raw)
  To: Nava kishore Manne
  Cc: oe-kbuild-all, linux-kernel, Moritz Fischer,
	Appana Durga Kedareswara rao

Hi Nava,

FYI, the error/warning still remains.

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head:   0b7958fa05d562e514fd0abe2a4800042abf868b
commit: 01c54e628932c655e4cd2c6ed0cc688ec6e6f96b fpga: versal-fpga: Add versal fpga manager driver
date:   3 years, 6 months ago
config: sh-randconfig-r023-20230105 (https://download.01.org/0day-ci/archive/20250109/202501090440.ExDRHeJU-lkp@intel.com/config)
compiler: sh4-linux-gcc (GCC) 12.4.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20250109/202501090440.ExDRHeJU-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/202501090440.ExDRHeJU-lkp@intel.com/

All warnings (new ones prefixed by >>):

>> drivers/fpga/versal-fpga.c:78:34: warning: 'versal_fpga_of_match' defined but not used [-Wunused-const-variable=]
      78 | static const struct of_device_id versal_fpga_of_match[] = {
         |                                  ^~~~~~~~~~~~~~~~~~~~


vim +/versal_fpga_of_match +78 drivers/fpga/versal-fpga.c

    77	
  > 78	static const struct of_device_id versal_fpga_of_match[] = {
    79		{ .compatible = "xlnx,versal-fpga", },
    80		{},
    81	};
    82	MODULE_DEVICE_TABLE(of, versal_fpga_of_match);
    83	

-- 
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki

^ permalink raw reply	[flat|nested] 4+ messages in thread

* drivers/fpga/versal-fpga.c:78:34: warning: 'versal_fpga_of_match' defined but not used
@ 2025-02-14 22:54 kernel test robot
  0 siblings, 0 replies; 4+ messages in thread
From: kernel test robot @ 2025-02-14 22:54 UTC (permalink / raw)
  To: Nava kishore Manne
  Cc: oe-kbuild-all, linux-kernel, Moritz Fischer,
	Appana Durga Kedareswara rao

Hi Nava,

FYI, the error/warning still remains.

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head:   04f41cbf03ec7221ab0b179e336f4c805ee55520
commit: 01c54e628932c655e4cd2c6ed0cc688ec6e6f96b fpga: versal-fpga: Add versal fpga manager driver
date:   3 years, 7 months ago
config: sh-randconfig-r032-20230716 (https://download.01.org/0day-ci/archive/20250215/202502150612.mvNeaQeL-lkp@intel.com/config)
compiler: sh4-linux-gcc (GCC) 12.4.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20250215/202502150612.mvNeaQeL-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/202502150612.mvNeaQeL-lkp@intel.com/

All warnings (new ones prefixed by >>):

>> drivers/fpga/versal-fpga.c:78:34: warning: 'versal_fpga_of_match' defined but not used [-Wunused-const-variable=]
      78 | static const struct of_device_id versal_fpga_of_match[] = {
         |                                  ^~~~~~~~~~~~~~~~~~~~


vim +/versal_fpga_of_match +78 drivers/fpga/versal-fpga.c

    77	
  > 78	static const struct of_device_id versal_fpga_of_match[] = {
    79		{ .compatible = "xlnx,versal-fpga", },
    80		{},
    81	};
    82	MODULE_DEVICE_TABLE(of, versal_fpga_of_match);
    83	

-- 
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki

^ permalink raw reply	[flat|nested] 4+ messages in thread

* drivers/fpga/versal-fpga.c:78:34: warning: 'versal_fpga_of_match' defined but not used
@ 2025-02-22 16:18 kernel test robot
  0 siblings, 0 replies; 4+ messages in thread
From: kernel test robot @ 2025-02-22 16:18 UTC (permalink / raw)
  To: Nava kishore Manne
  Cc: oe-kbuild-all, linux-kernel, Moritz Fischer,
	Appana Durga Kedareswara rao

Hi Nava,

FYI, the error/warning still remains.

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head:   ff202c5028a195c07b16e1a2fbb8ca6b7ba11a1c
commit: 01c54e628932c655e4cd2c6ed0cc688ec6e6f96b fpga: versal-fpga: Add versal fpga manager driver
date:   3 years, 7 months ago
config: sh-randconfig-r023-20230105 (https://download.01.org/0day-ci/archive/20250223/202502230042.owPXHbB7-lkp@intel.com/config)
compiler: sh4-linux-gcc (GCC) 12.4.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20250223/202502230042.owPXHbB7-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/202502230042.owPXHbB7-lkp@intel.com/

All warnings (new ones prefixed by >>):

>> drivers/fpga/versal-fpga.c:78:34: warning: 'versal_fpga_of_match' defined but not used [-Wunused-const-variable=]
      78 | static const struct of_device_id versal_fpga_of_match[] = {
         |                                  ^~~~~~~~~~~~~~~~~~~~


vim +/versal_fpga_of_match +78 drivers/fpga/versal-fpga.c

    77	
  > 78	static const struct of_device_id versal_fpga_of_match[] = {
    79		{ .compatible = "xlnx,versal-fpga", },
    80		{},
    81	};
    82	MODULE_DEVICE_TABLE(of, versal_fpga_of_match);
    83	

-- 
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2025-02-22 16:18 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-08 20:49 drivers/fpga/versal-fpga.c:78:34: warning: 'versal_fpga_of_match' defined but not used kernel test robot
  -- strict thread matches above, loose matches on Subject: below --
2025-02-22 16:18 kernel test robot
2025-02-14 22:54 kernel test robot
2023-11-06  8:28 kernel test robot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox