* [driver-core:virtual_bus_2 2/2] drivers/regulator/dummy.c:59:27: sparse: sparse: symbol 'dummy_regulator_driver' was not declared. Should it be static?
@ 2025-02-05 3:40 kernel test robot
0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2025-02-05 3:40 UTC (permalink / raw)
To: Greg Kroah-Hartman; +Cc: oe-kbuild-all, devel
tree: https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git virtual_bus_2
head: bdb2f3a52db4cbbb7bf900190e7a964ea116d44c
commit: bdb2f3a52db4cbbb7bf900190e7a964ea116d44c [2/2] regulator: dummy: convert to use the virtual bus
config: nios2-randconfig-r113-20250205 (https://download.01.org/0day-ci/archive/20250205/202502051136.oWGOGsbe-lkp@intel.com/config)
compiler: nios2-linux-gcc (GCC) 14.2.0
reproduce: (https://download.01.org/0day-ci/archive/20250205/202502051136.oWGOGsbe-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/202502051136.oWGOGsbe-lkp@intel.com/
sparse warnings: (new ones prefixed by >>)
>> drivers/regulator/dummy.c:59:27: sparse: sparse: symbol 'dummy_regulator_driver' was not declared. Should it be static?
vim +/dummy_regulator_driver +59 drivers/regulator/dummy.c
58
> 59 struct virtual_driver_ops dummy_regulator_driver = {
60 .probe = dummy_regulator_probe,
61 };
62
--
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-05 3:40 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-05 3:40 [driver-core:virtual_bus_2 2/2] drivers/regulator/dummy.c:59:27: sparse: sparse: symbol 'dummy_regulator_driver' was not declared. Should it be static? 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.